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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 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
Index: chrome/browser/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index d8e0d56d9b5f5561bc8f399aabefb6240536d668..0e88d83deee46a644c7358bdbda42a9029cda85a 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -56,7 +56,6 @@
class AutomationProvider;
class BalloonCollection;
class Browser;
-class Extension;
class ExtensionProcessManager;
class ExtensionService;
class InfoBarTabHelper;
@@ -81,6 +80,10 @@ class RenderViewHost;
class WebContents;
}
+namespace extensions {
+class Extension;
+}
+
namespace history {
class TopSites;
}
@@ -364,7 +367,7 @@ class ExtensionReadyNotificationObserver
ExtensionService* service_;
base::WeakPtr<AutomationProvider> automation_;
scoped_ptr<IPC::Message> reply_message_;
- const Extension* extension_;
+ const extensions::Extension* extension_;
DISALLOW_COPY_AND_ASSIGN(ExtensionReadyNotificationObserver);
};
« no previous file with comments | « chrome/browser/automation/automation_provider_json.cc ('k') | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698