// Copyright 2019 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_BROWSER_NOTIFICATIONS_SCHEDULER_TEST_MOCK_IMPRESSION_HISTORY_TRACKER_H_ #define CHROME_BROWSER_NOTIFICATIONS_SCHEDULER_TEST_MOCK_IMPRESSION_HISTORY_TRACKER_H_ #include <map> #include <string> #include "chrome/browser/notifications/scheduler/internal/impression_history_tracker.h" #include "testing/gmock/include/gmock/gmock.h" namespace notifications { namespace test { class MockImpressionHistoryTracker : public ImpressionHistoryTracker { … }; } // namespace test } // namespace notifications #endif // CHROME_BROWSER_NOTIFICATIONS_SCHEDULER_TEST_MOCK_IMPRESSION_HISTORY_TRACKER_H_