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

Unified Diff: chrome/browser/background/background_mode_manager.h

Issue 2106073006: [Extensions] Pull ExtensionId into its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | chrome/browser/extensions/api/automation_internal/automation_event_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_mode_manager.h
diff --git a/chrome/browser/background/background_mode_manager.h b/chrome/browser/background/background_mode_manager.h
index 986863df5d5bf078f00594fc4f26283e9cd4bbe3..8bfabe87d6ee5fdc80119c82dcca6387d5fafd12 100644
--- a/chrome/browser/background/background_mode_manager.h
+++ b/chrome/browser/background/background_mode_manager.h
@@ -24,7 +24,7 @@
#include "components/prefs/pref_change_registrar.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
-#include "extensions/common/extension.h"
+#include "extensions/common/extension_id.h"
class BackgroundTrigger;
class Browser;
@@ -37,6 +37,10 @@ namespace base {
class CommandLine;
}
+namespace extensions {
+class Extension;
+}
+
typedef std::vector<base::Closure> CommandIdHandlerVector;
// BackgroundModeManager is responsible for switching Chrome into and out of
« no previous file with comments | « no previous file | chrome/browser/extensions/api/automation_internal/automation_event_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698