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

Unified Diff: chrome/browser/instant/instant_unload_handler.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/browser/history/android/visit_sql_handler.cc ('k') | chrome/browser/platform_util_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_unload_handler.cc
diff --git a/chrome/browser/instant/instant_unload_handler.cc b/chrome/browser/instant/instant_unload_handler.cc
index 004abbb3327dc5a71887d458efc241aaa90859eb..d4232087d97e6aeaa92423272574e1ffc25ccdb0 100644
--- a/chrome/browser/instant/instant_unload_handler.cc
+++ b/chrome/browser/instant/instant_unload_handler.cc
@@ -94,7 +94,7 @@ void InstantUnloadHandler::RunUnloadListenersOrDestroy(TabContents* tab,
void InstantUnloadHandler::Activate(WebContentsDelegateImpl* delegate) {
// Take ownership of the TabContents from the delegate.
TabContents* tab = delegate->ReleaseTab();
- browser::NavigateParams params(browser_, tab);
+ chrome::NavigateParams params(browser_, tab);
params.disposition = NEW_FOREGROUND_TAB;
params.tabstrip_index = delegate->index();
@@ -106,7 +106,7 @@ void InstantUnloadHandler::Activate(WebContentsDelegateImpl* delegate) {
delegate = NULL;
// Add the tab back in.
- browser::Navigate(&params);
+ chrome::Navigate(&params);
}
void InstantUnloadHandler::Destroy(WebContentsDelegateImpl* delegate) {
« no previous file with comments | « chrome/browser/history/android/visit_sql_handler.cc ('k') | chrome/browser/platform_util_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698