| Index: chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm
|
| diff --git a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm
|
| index 021c33e7d5a94476d7c0e9685eff9c5fd5635b2b..9628ced698474d490c9e97df2860dab06567ad96 100644
|
| --- a/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm
|
| +++ b/chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm
|
| @@ -48,7 +48,7 @@ class ConstrainedWindowMacTest : public InProcessBrowserTest {
|
| }
|
|
|
| virtual void SetUpOnMainThread() OVERRIDE {
|
| - AddTabAtIndex(1, GURL("about:blank"), content::PAGE_TRANSITION_LINK);
|
| + AddTabAtIndex(1, GURL("about:blank"), ui::PAGE_TRANSITION_LINK);
|
| tab0_ = browser()->tab_strip_model()->GetWebContentsAt(0);
|
| tab1_ = browser()->tab_strip_model()->GetWebContentsAt(1);
|
| EXPECT_EQ(tab1_, browser()->tab_strip_model()->GetActiveWebContents());
|
|
|