summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_observer_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/notification_observer_mock.h')
-rw-r--r--chrome/common/notification_observer_mock.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/notification_observer_mock.h b/chrome/common/notification_observer_mock.h
index 8bd096e..0385f26 100644
--- a/chrome/common/notification_observer_mock.h
+++ b/chrome/common/notification_observer_mock.h
@@ -6,12 +6,13 @@
#define CHROME_COMMON_NOTIFICATION_OBSERVER_MOCK_H_
#pragma once
-#include "chrome/common/notification_details.h"
#include "chrome/common/notification_observer.h"
-#include "chrome/common/notification_source.h"
#include "chrome/common/notification_type.h"
#include "testing/gmock/include/gmock/gmock.h"
+class NotificationDetails;
+class NotificationSource;
+
class NotificationObserverMock : public NotificationObserver {
public:
NotificationObserverMock() {}