| Index: chrome/browser/signin/cross_device_promo_factory.cc
|
| diff --git a/chrome/browser/signin/cross_device_promo_factory.cc b/chrome/browser/signin/cross_device_promo_factory.cc
|
| index 6b8d34a38e59674d7ecf6c50f87e6258ff84a878..c1fd7d6301b6828c64584ce27be290c8ee773ba6 100644
|
| --- a/chrome/browser/signin/cross_device_promo_factory.cc
|
| +++ b/chrome/browser/signin/cross_device_promo_factory.cc
|
| @@ -5,7 +5,6 @@
|
| #include "chrome/browser/signin/cross_device_promo_factory.h"
|
|
|
| #include "base/prefs/pref_service.h"
|
| -#include "chrome/browser/prefs/pref_service_syncable.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/signin/chrome_signin_client_factory.h"
|
| #include "chrome/browser/signin/cross_device_promo.h"
|
| @@ -15,6 +14,7 @@
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/signin/core/browser/signin_manager.h"
|
| +#include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "google_apis/gaia/gaia_constants.h"
|
|
|
| CrossDevicePromoFactory::CrossDevicePromoFactory()
|
|
|