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

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

Issue 10698068: chrome: Put browser_navigator.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: already in chrome namespace Created 8 years, 6 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/test/base/ui_test_utils.h ('k') | chrome/test/ui/ppapi_uitest.cc » ('j') | 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 314da98cb86fa7f51e553a3c169507ce7756a93e..031ea05f0e2b70cb7029183db94d376eb4402b1f 100644
--- a/chrome/test/base/ui_test_utils.cc
+++ b/chrome/test/base/ui_test_utils.cc
@@ -405,10 +405,10 @@ void OpenURLOffTheRecord(Profile* profile, const GURL& url) {
1);
}
-void NavigateToURL(browser::NavigateParams* params) {
+void NavigateToURL(chrome::NavigateParams* params) {
content::TestNavigationObserver observer(
content::NotificationService::AllSources(), NULL, 1);
- browser::Navigate(params);
+ chrome::Navigate(params);
base::RunLoop run_loop;
observer.WaitForObservation(
base::Bind(&ui_test_utils::RunThisRunLoop, base::Unretained(&run_loop)),
« no previous file with comments | « chrome/test/base/ui_test_utils.h ('k') | chrome/test/ui/ppapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698