| 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(¶ms);
|
| + chrome::Navigate(¶ms);
|
| }
|
|
|
| void InstantUnloadHandler::Destroy(WebContentsDelegateImpl* delegate) {
|
|
|