// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_IMAGE_FETCHER_CORE_MOCK_IMAGE_FETCHER_H_ #define COMPONENTS_IMAGE_FETCHER_CORE_MOCK_IMAGE_FETCHER_H_ #include "components/image_fetcher/core/image_fetcher.h" #include "testing/gmock/include/gmock/gmock.h" namespace image_fetcher { class MockImageFetcher : public ImageFetcher { … }; } // namespace image_fetcher #endif // COMPONENTS_IMAGE_FETCHER_CORE_MOCK_IMAGE_FETCHER_H_