| Index: chrome/browser/extensions/extension_browsertests_misc.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_browsertests_misc.cc (revision 115228)
|
| +++ chrome/browser/extensions/extension_browsertests_misc.cc (working copy)
|
| @@ -702,7 +702,7 @@
|
| GURL expected_url = start_url.Resolve(newtab_url);
|
| observer.Wait();
|
| EXPECT_EQ(expected_url,
|
| - newtab->controller().GetLastCommittedEntry()->url());
|
| + newtab->GetController().GetLastCommittedEntry()->url());
|
| if (newtab_result)
|
| *newtab_result = newtab;
|
| }
|
| @@ -806,7 +806,7 @@
|
| content::NOTIFICATION_LOAD_STOP,
|
| content::Source<NavigationController>(
|
| &browser()->GetSelectedTabContentsWrapper()->tab_contents()->
|
| - controller()));
|
| + GetController()));
|
| browser()->Reload(CURRENT_TAB);
|
| observer.Wait();
|
| }
|
| @@ -833,7 +833,7 @@
|
| content::NOTIFICATION_LOAD_STOP,
|
| content::Source<NavigationController>(
|
| &browser()->GetSelectedTabContentsWrapper()->tab_contents()->
|
| - controller()));
|
| + GetController()));
|
| browser()->Reload(CURRENT_TAB);
|
| observer.Wait();
|
| }
|
|
|