// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_TEST_MOCK_SSL_HOST_STATE_DELEGATE_H_ #define CONTENT_TEST_MOCK_SSL_HOST_STATE_DELEGATE_H_ #include "content/public/browser/ssl_host_state_delegate.h" #include <set> #include <string> namespace content { class MockSSLHostStateDelegate : public SSLHostStateDelegate { … }; } // namespace content #endif // CONTENT_TEST_MOCK_SSL_HOST_STATE_DELEGATE_H_