Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3238)

Unified Diff: chrome/browser/ui/cocoa/constrained_window/constrained_window_mac_browsertest.mm

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698