| Index: chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service_factory.cc b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| index 245f36f6a9183882c4babe17977517df7243823b..88ef612b24540c9068db1f6e5ec5440b611135d1 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service_factory.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "chrome/browser/profiles/gaia_info_update_service_factory.h"
|
|
|
| -#include "chrome/browser/prefs/pref_registry_syncable.h"
|
| #include "chrome/browser/profiles/gaia_info_update_service.h"
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/user_prefs/pref_registry_syncable.h"
|
|
|
| GAIAInfoUpdateServiceFactory::GAIAInfoUpdateServiceFactory()
|
| : ProfileKeyedServiceFactory("GAIAInfoUpdateService",
|
|
|