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

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

Issue 10824030: Move ExtensionHost into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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.cc
diff --git a/chrome/browser/automation/automation_provider_observers.cc b/chrome/browser/automation/automation_provider_observers.cc
index d11f2e485c8f373e4760d7e166dc0c68ebdf7b93..d4cb58e0a8f7b4107b4ecd4d677a1895d556ce03 100644
--- a/chrome/browser/automation/automation_provider_observers.cc
+++ b/chrome/browser/automation/automation_provider_observers.cc
@@ -3074,7 +3074,8 @@ void ExtensionPopupObserver::Observe(
return;
}
- ExtensionHost* host = content::Details<ExtensionHost>(details).ptr();
+ extensions::ExtensionHost* host =
+ content::Details<extensions::ExtensionHost>(details).ptr();
if (host->extension_id() == extension_id_ &&
host->extension_host_type() == chrome::VIEW_TYPE_EXTENSION_POPUP) {
AutomationJSONReply(automation_, reply_message_.release())
« no previous file with comments | « no previous file | chrome/browser/background/background_contents_service.cc » ('j') | chrome/browser/extensions/extension_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698