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

Unified Diff: extensions/test/extension_test_notification_observer.h

Issue 2539623002: [Extensions] Move [Chrome]ExtensionTestNotificationObserver into extensions:: (Closed)
Patch Set: Created 4 years, 1 month 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
Index: extensions/test/extension_test_notification_observer.h
diff --git a/extensions/test/extension_test_notification_observer.h b/extensions/test/extension_test_notification_observer.h
index b09a340ac307eb08588b0a1cde0f9e6cddce55d3..655084eb012e27f6f061643b054fffa4339794e3 100644
--- a/extensions/test/extension_test_notification_observer.h
+++ b/extensions/test/extension_test_notification_observer.h
@@ -24,7 +24,6 @@ class WindowedNotificationObserver;
namespace extensions {
class ProcessManager;
-}
// Test helper class for observing extension-related events.
class ExtensionTestNotificationObserver : public content::NotificationObserver {
@@ -139,4 +138,6 @@ class ExtensionTestNotificationObserver : public content::NotificationObserver {
DISALLOW_COPY_AND_ASSIGN(ExtensionTestNotificationObserver);
};
+} // namespace extensions
+
#endif // EXTENSIONS_TEST_EXTENSION_TEST_NOTIFICATION_OBSERVER_H_

Powered by Google App Engine
This is Rietveld 408576698