| Index: chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| diff --git a/chrome/browser/prefs/chrome_pref_service_unittest.cc b/chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| index 224b8d1e293528246b3c161ff7069dac4e8592d3..70d9a9af5127f507e117c91a5a9217c50e111ba6 100644
|
| --- a/chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| +++ b/chrome/browser/prefs/chrome_pref_service_unittest.cc
|
| @@ -23,8 +23,8 @@
|
| #include "components/pref_registry/pref_registry_syncable.h"
|
| #include "components/prefs/pref_registry_simple.h"
|
| #include "components/prefs/scoped_user_pref_update.h"
|
| -#include "components/syncable_prefs/pref_service_mock_factory.h"
|
| -#include "components/syncable_prefs/testing_pref_service_syncable.h"
|
| +#include "components/sync_preferences/pref_service_mock_factory.h"
|
| +#include "components/sync_preferences/testing_pref_service_syncable.h"
|
| #include "content/public/common/web_preferences.h"
|
| #include "content/public/test/test_renderer_host.h"
|
| #include "ui/base/test/data/resource.h"
|
| @@ -100,7 +100,7 @@ class ChromePrefServiceWebKitPrefs : public ChromeRenderViewHostTestHarness {
|
| // harness is not supposed to overwrite a profile if it's already created.
|
|
|
| // Set some (WebKit) user preferences.
|
| - syncable_prefs::TestingPrefServiceSyncable* pref_services =
|
| + sync_preferences::TestingPrefServiceSyncable* pref_services =
|
| profile()->GetTestingPrefService();
|
| pref_services->SetUserPref(prefs::kDefaultCharset,
|
| new base::StringValue("utf8"));
|
|
|