| Index: chrome/browser/themes/theme_service_factory.cc
|
| diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc
|
| index cb2ef7e2fe2d5f7bdd8e34eced40c88eac0d8cf7..ba360d0db697331fb65bd3067511723050bfb80b 100644
|
| --- a/chrome/browser/themes/theme_service_factory.cc
|
| +++ b/chrome/browser/themes/theme_service_factory.cc
|
| @@ -7,11 +7,11 @@
|
| #include "base/logging.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "chrome/browser/extensions/extension_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/browser/themes/theme_service.h"
|
| #include "chrome/common/pref_names.h"
|
| +#include "components/user_prefs/pref_registry_syncable.h"
|
|
|
| #if defined(TOOLKIT_GTK)
|
| #include "chrome/browser/ui/gtk/gtk_theme_service.h"
|
| @@ -81,4 +81,4 @@ void ThemeServiceFactory::RegisterUserPrefs(PrefRegistrySyncable* registry) {
|
|
|
| bool ThemeServiceFactory::ServiceRedirectedInIncognito() const {
|
| return true;
|
| -}
|
| +}
|
|
|