| 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(
|
|
|