| Index: chrome/browser/prerender/prerender_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/prerender/prerender_browsertest.cc (revision 116288)
|
| +++ chrome/browser/prerender/prerender_browsertest.cc (working copy)
|
| @@ -50,6 +50,7 @@
|
| using content::DevToolsAgentHostRegistry;
|
| using content::DevToolsClientHost;
|
| using content::DevToolsManager;
|
| +using content::NavigationController;
|
| using content::OpenURLParams;
|
| using content::Referrer;
|
| using content::WebContents;
|
| @@ -587,7 +588,7 @@
|
| EXPECT_FALSE(tab->IsLoading());
|
| ui_test_utils::WindowedNotificationObserver back_nav_observer(
|
| content::NOTIFICATION_LOAD_STOP,
|
| - content::Source<content::NavigationController>(&tab->GetController()));
|
| + content::Source<NavigationController>(&tab->GetController()));
|
| browser->GoBack(CURRENT_TAB);
|
| back_nav_observer.Wait();
|
| bool js_result;
|
| @@ -766,7 +767,7 @@
|
| page_load_observer.reset(
|
| new ui_test_utils::WindowedNotificationObserver(
|
| content::NOTIFICATION_LOAD_STOP,
|
| - content::Source<content::NavigationController>(
|
| + content::Source<NavigationController>(
|
| &tab_contents->GetController())));
|
| }
|
|
|
|
|