Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: components/sync/base/sync_prefs_unittest.cc

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/base/DEPS ('k') | components/translate/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/base/sync_prefs_unittest.cc
diff --git a/components/sync/base/sync_prefs_unittest.cc b/components/sync/base/sync_prefs_unittest.cc
index 4f572960d26805b439b385241229f8a0539291aa..acb1302141c727445151798496ac531cbaa76803 100644
--- a/components/sync/base/sync_prefs_unittest.cc
+++ b/components/sync/base/sync_prefs_unittest.cc
@@ -6,11 +6,11 @@
#include "base/command_line.h"
#include "base/message_loop/message_loop.h"
-#include "components/pref_registry/testing_pref_service_syncable.h"
#include "components/prefs/pref_notifier_impl.h"
#include "components/prefs/pref_value_store.h"
#include "components/prefs/testing_pref_service.h"
#include "components/sync/base/pref_names.h"
+#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -27,7 +27,7 @@ class SyncPrefsTest : public testing::Test {
SyncPrefs::RegisterProfilePrefs(pref_service_.registry());
}
- user_prefs::TestingPrefServiceSyncable pref_service_;
+ sync_preferences::TestingPrefServiceSyncable pref_service_;
private:
base::MessageLoop loop_;
« no previous file with comments | « components/sync/base/DEPS ('k') | components/translate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698