| Index: chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| index 79e89d0909f3aa832a7b0a82bc7ff8a91b8561fb..412187906a45081f5db463cdb01988c85ab4cc1d 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -887,8 +887,8 @@ void StartupBrowserCreatorImpl::AddStartupURLs(
|
| if (signin::ShouldShowPromoAtStartup(profile_, is_first_run_)) {
|
| signin::DidShowPromoAtStartup(profile_);
|
|
|
| - const GURL sync_promo_url = signin::GetPromoURL(signin::SOURCE_START_PAGE,
|
| - false);
|
| + const GURL sync_promo_url = signin::GetPromoURL(
|
| + signin_metrics::SOURCE_START_PAGE, false);
|
|
|
| // No need to add if the sync promo is already in the startup list.
|
| bool add_promo = true;
|
|
|