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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 10824030: Move ExtensionHost into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq 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/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 7e082c88fd58c0b983d6bea6cd99463c1ac4e842..c6fee79b2a1fccdfadef5f2f32851a9ccf61a9dd 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -527,7 +527,7 @@ class ExtensionService
// ExtensionHost of background page calls this method right after its render
// view has been created.
- void DidCreateRenderViewForBackgroundPage(ExtensionHost* host);
+ void DidCreateRenderViewForBackgroundPage(extensions::ExtensionHost* host);
// For the extension in |version_path| with |id|, check to see if it's an
// externally managed extension. If so, uninstall it.
« no previous file with comments | « chrome/browser/extensions/extension_process_manager.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698