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

Unified Diff: chrome/browser/prefs/profile_pref_store_manager_unittest.cc

Issue 2778733003: Pref service: delete old implementation (Closed)
Patch Set: Fix missed merge Created 3 years, 9 months 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 | « chrome/browser/prefs/profile_pref_store_manager.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/profile_pref_store_manager_unittest.cc
diff --git a/chrome/browser/prefs/profile_pref_store_manager_unittest.cc b/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
index 24651eded6fae6a1b3d4b50d82bb272b70831370..3ece36760d793fed58da7163d3494fd0384ef9ca 100644
--- a/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
+++ b/chrome/browser/prefs/profile_pref_store_manager_unittest.cc
@@ -154,14 +154,12 @@ class ProfilePrefStoreManagerTest : public testing::TestWithParam<bool> {
connector_ = service_manager::Connector::Create(&connector_request_);
service_manager::Connector::TestApi test_api(connector_.get());
test_api.OverrideBinderForTesting(
- prefs::mojom::kPrefStoreServiceName,
- prefs::mojom::PrefStoreConnector::Name_,
+ prefs::mojom::kServiceName, prefs::mojom::PrefStoreConnector::Name_,
base::Bind(&ProfilePrefStoreManagerTest::BindInterface,
base::Unretained(this),
prefs::mojom::PrefStoreConnector::Name_));
test_api.OverrideBinderForTesting(
- prefs::mojom::kPrefStoreServiceName,
- prefs::mojom::PrefServiceControl::Name_,
+ prefs::mojom::kServiceName, prefs::mojom::PrefServiceControl::Name_,
base::Bind(&ProfilePrefStoreManagerTest::BindInterface,
base::Unretained(this),
prefs::mojom::PrefServiceControl::Name_));
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698