// Copyright 2020 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_TRANSLATE_CORE_BROWSER_MOCK_TRANSLATE_METRICS_LOGGER_H_ #define COMPONENTS_TRANSLATE_CORE_BROWSER_MOCK_TRANSLATE_METRICS_LOGGER_H_ #include "components/translate/core/browser/translate_metrics_logger.h" #include <string> #include "base/memory/weak_ptr.h" #include "testing/gmock/include/gmock/gmock.h" namespace translate { namespace testing { class MockTranslateMetricsLogger : public TranslateMetricsLogger { … }; } // namespace testing } // namespace translate #endif // COMPONENTS_TRANSLATE_CORE_BROWSER_MOCK_TRANSLATE_METRICS_LOGGER_H_