summaryrefslogtreecommitdiffstats
path: root/chrome/common/notification_observer_mock.h
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 06:23:27 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 06:23:27 +0000
commit4d36536bcb6052374f286c7423449b2c88deacb4 (patch)
tree7d505e00be6b727be9029c2f1e03a5bfba8ca0f9 /chrome/common/notification_observer_mock.h
parenta47cc547f33b5f09ebc3c92d97736e3881c8c75e (diff)
downloadchromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.zip
chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.tar.gz
chromium_src-4d36536bcb6052374f286c7423449b2c88deacb4.tar.bz2
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
just added notification_observer.h. BUG=none TEST=none Review URL: http://codereview.chromium.org/3120021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56824 0039d316-1c4b-4281-b951-d872f2087c98
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() {}