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

Unified Diff: chrome/browser/extensions/extension_host.cc

Issue 11434074: browser: Move FindBrowserWithWebContents() into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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_host.cc
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index f72319a0bcf6d41b886a2380c12183127c54bd30..aeddfff64b97c1757e7a7b8b78440e9464da9ed0 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -438,7 +438,7 @@ void ExtensionHost::WebIntentDispatch(
scoped_ptr<content::WebIntentsDispatcher> dispatcher(intents_dispatcher);
Browser* browser = view() ? view()->browser()
- : browser::FindBrowserWithWebContents(web_contents);
+ : chrome::FindBrowserWithWebContents(web_contents);
// For background scripts/pages, there will be no view(). In this case, we
// want to treat the intent as a browser-initiated one and deliver it into the
« no previous file with comments | « chrome/browser/extensions/app_notify_channel_ui_impl.cc ('k') | chrome/browser/extensions/extension_tab_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698