// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_COMMON_SEARCH_MOCK_EMBEDDED_SEARCH_CLIENT_H_ #define CHROME_COMMON_SEARCH_MOCK_EMBEDDED_SEARCH_CLIENT_H_ #include "chrome/common/search/instant_types.h" #include "chrome/common/search/search.mojom.h" #include "testing/gmock/include/gmock/gmock.h" class MockEmbeddedSearchClient : public search::mojom::EmbeddedSearchClient { … }; #endif // CHROME_COMMON_SEARCH_MOCK_EMBEDDED_SEARCH_CLIENT_H_