| Index: chrome/browser/background/background_contents_service_factory.cc
|
| diff --git a/chrome/browser/background/background_contents_service_factory.cc b/chrome/browser/background/background_contents_service_factory.cc
|
| index 525563ae3ebb8f6089b2b9b2ecc3ac7dec864044..172ecfe264fe975cc644dcbc9b5cea1edc4fd6cf 100644
|
| --- a/chrome/browser/background/background_contents_service_factory.cc
|
| +++ b/chrome/browser/background/background_contents_service_factory.cc
|
| @@ -7,10 +7,10 @@
|
| #include "base/command_line.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/background/background_contents_service.h"
|
| -#include "chrome/browser/prefs/pref_registry_syncable.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_dependency_manager.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/user_prefs/pref_registry_syncable.h"
|
|
|
| // static
|
| BackgroundContentsService* BackgroundContentsServiceFactory::GetForProfile(
|
|
|