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

Unified Diff: chrome/browser/ui/browser_tab_restore_service_delegate.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/ui/browser_tab_restore_service_delegate.cc
diff --git a/chrome/browser/ui/browser_tab_restore_service_delegate.cc b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
index dec8e6118054b59c4ea94d4c714c3ed37c382590..61d56d4ba18b78e5d3fdbb857557d3ef5741080d 100644
--- a/chrome/browser/ui/browser_tab_restore_service_delegate.cc
+++ b/chrome/browser/ui/browser_tab_restore_service_delegate.cc
@@ -106,7 +106,7 @@ TabRestoreServiceDelegate* TabRestoreServiceDelegate::Create(
TabRestoreServiceDelegate*
TabRestoreServiceDelegate::FindDelegateForWebContents(
const WebContents* contents) {
- Browser* browser = browser::FindBrowserWithWebContents(contents);
+ Browser* browser = chrome::FindBrowserWithWebContents(contents);
return browser ? browser->tab_restore_service_delegate() : NULL;
}
« no previous file with comments | « chrome/browser/ui/browser_finder.cc ('k') | chrome/browser/ui/cocoa/constrained_window/constrained_window_mac2.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698