Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: chrome/common/notification_observer_mock.h

Issue 3120021: FBTF: Header cleanup in chrome/common part 2. The majority of the changed files (Closed)
Patch Set: Win fix 2. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_plugin_util.h ('k') | chrome/common/notification_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_observer_mock.h
diff --git a/chrome/common/notification_observer_mock.h b/chrome/common/notification_observer_mock.h
index 8bd096ea42b9642cf5380480ef0409bec50cbdaa..0385f26e406519ce06197397584e80f7196d7931 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() {}
« no previous file with comments | « chrome/common/chrome_plugin_util.h ('k') | chrome/common/notification_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698