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

Unified Diff: components/invalidation/impl/invalidator_storage_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
Index: components/invalidation/impl/invalidator_storage_unittest.cc
diff --git a/components/invalidation/impl/invalidator_storage_unittest.cc b/components/invalidation/impl/invalidator_storage_unittest.cc
index 23fe0dad5d167211c90a12ca356984a2fac134fb..ada94e82a02004ea6c086d35f0c32ff043e04b37 100644
--- a/components/invalidation/impl/invalidator_storage_unittest.cc
+++ b/components/invalidation/impl/invalidator_storage_unittest.cc
@@ -6,8 +6,8 @@
#include "base/strings/string_util.h"
#include "components/invalidation/impl/unacked_invalidation_set_test_util.h"
-#include "components/pref_registry/testing_pref_service_syncable.h"
#include "components/prefs/pref_service.h"
+#include "components/sync_preferences/testing_pref_service_syncable.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace invalidation {
@@ -21,7 +21,7 @@ class InvalidatorStorageTest : public testing::Test {
}
protected:
- user_prefs::TestingPrefServiceSyncable pref_service_;
+ sync_preferences::TestingPrefServiceSyncable pref_service_;
};
// Clearing the storage should erase all version map entries, bootstrap data,
« no previous file with comments | « components/invalidation/impl/DEPS ('k') | components/invalidation/impl/ticl_profile_settings_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698