summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_navigator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser_navigator.cc')
-rw-r--r--chrome/browser/ui/browser_navigator.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_navigator.cc b/chrome/browser/ui/browser_navigator.cc
index 05eb9d8..fb73fe7 100644
--- a/chrome/browser/ui/browser_navigator.cc
+++ b/chrome/browser/ui/browser_navigator.cc
@@ -359,8 +359,7 @@ bool SwapInPrerender(WebContents* target_contents, const GURL& url) {
bool SwapInInstantNTP(chrome::NavigateParams* params,
const GURL& url,
content::WebContents* source_contents) {
- chrome::BrowserInstantController* instant =
- params->browser->instant_controller();
+ BrowserInstantController* instant = params->browser->instant_controller();
return instant && instant->MaybeSwapInInstantNTPContents(
url, source_contents, &params->target_contents);
}