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

Unified Diff: chrome/test/base/ui_test_utils.cc

Issue 11779019: browser: Move FindTabbedBrowser() function into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_contents_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ui_test_utils.cc
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc
index 745da50307135ef9c9d6bfd9d02b5712a468cf12..e2dc14d8f08a96f36ebe26127aa68e8cd5680dcb 100644
--- a/chrome/test/base/ui_test_utils.cc
+++ b/chrome/test/base/ui_test_utils.cc
@@ -220,7 +220,7 @@ Browser* WaitForBrowserNotInSet(std::set<Browser*> excluded_browsers) {
Browser* OpenURLOffTheRecord(Profile* profile, const GURL& url) {
chrome::OpenURLOffTheRecord(profile, url, chrome::HOST_DESKTOP_TYPE_NATIVE);
- Browser* browser = browser::FindTabbedBrowser(
+ Browser* browser = chrome::FindTabbedBrowser(
profile->GetOffTheRecordProfile(),
false,
chrome::HOST_DESKTOP_TYPE_NATIVE);
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_contents_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698