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

Unified Diff: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc

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/sync/profile_signin_confirmation_helper_unittest.cc
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
index 87e476a75ff8d3be5c2c0f642df73bd575b3f356..62d926c7f04cba90c7a8f9bcae1d79bbbe9620ad 100644
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
@@ -243,7 +243,7 @@ TEST_F(ProfileSigninConfirmationHelperTest,
base::snprintf(buf, arraysize(buf), "http://foo.com/%d", i);
history->AddPage(
GURL(std::string(buf)), base::Time::Now(), NULL, 1,
- GURL(), history::RedirectList(), content::PAGE_TRANSITION_LINK,
+ GURL(), history::RedirectList(), ui::PAGE_TRANSITION_LINK,
history::SOURCE_BROWSED, false);
}
EXPECT_TRUE(
@@ -264,7 +264,7 @@ TEST_F(ProfileSigninConfirmationHelperTest,
// Profile is new but has a typed URL.
history->AddPage(
GURL("http://example.com"), base::Time::Now(), NULL, 1,
- GURL(), history::RedirectList(), content::PAGE_TRANSITION_TYPED,
+ GURL(), history::RedirectList(), ui::PAGE_TRANSITION_TYPED,
history::SOURCE_BROWSED, false);
EXPECT_TRUE(
GetCallbackResult(
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | chrome/browser/ui/tab_contents/core_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698