| Index: chrome/test/base/in_process_browser_test.cc
|
| ===================================================================
|
| --- chrome/test/base/in_process_browser_test.cc (revision 105162)
|
| +++ chrome/test/base/in_process_browser_test.cc (working copy)
|
| @@ -188,7 +188,7 @@
|
| Browser* browser,
|
| int index,
|
| const GURL& url,
|
| - PageTransition::Type transition) {
|
| + content::PageTransition transition) {
|
| browser::NavigateParams params(browser, url, transition);
|
| params.tabstrip_index = index;
|
| params.disposition = NEW_FOREGROUND_TAB;
|
| @@ -198,7 +198,7 @@
|
| void InProcessBrowserTest::AddTabAtIndex(
|
| int index,
|
| const GURL& url,
|
| - PageTransition::Type transition) {
|
| + content::PageTransition transition) {
|
| AddTabAtIndexToBrowser(browser(), index, url, transition);
|
| }
|
|
|
| @@ -233,7 +233,7 @@
|
| content::NOTIFICATION_LOAD_STOP,
|
| NotificationService::AllSources());
|
| browser->AddSelectedTabWithURL(
|
| - GURL(chrome::kAboutBlankURL), PageTransition::START_PAGE);
|
| + GURL(chrome::kAboutBlankURL), content::PAGE_TRANSITION_START_PAGE);
|
| observer.Wait();
|
|
|
| browser->window()->Show();
|
|
|