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

Unified Diff: services/preferences/pref_store_manager_impl.cc

Issue 2759413002: Move PrefStoreManagerImpl into //services/preferences. (Closed)
Patch Set: Update newly-added test. 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 | « services/preferences/pref_store_manager_impl.h ('k') | services/preferences/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/pref_store_manager_impl.cc
diff --git a/services/preferences/public/cpp/pref_store_manager_impl.cc b/services/preferences/pref_store_manager_impl.cc
similarity index 98%
rename from services/preferences/public/cpp/pref_store_manager_impl.cc
rename to services/preferences/pref_store_manager_impl.cc
index 6ae0689e44e272f93f0d333f9519c0c2cf869dbf..75ee88b2132bf682bd3cd76211d51d8615ae5a30 100644
--- a/services/preferences/public/cpp/pref_store_manager_impl.cc
+++ b/services/preferences/pref_store_manager_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/preferences/public/cpp/pref_store_manager_impl.h"
+#include "services/preferences/pref_store_manager_impl.h"
#include <utility>
@@ -88,7 +88,7 @@ void ConnectionBarrier::OnConnect(
} // namespace
PrefStoreManagerImpl::PrefStoreManagerImpl(
- PrefStoreTypes expected_pref_stores,
+ std::set<PrefValueStore::PrefStoreType> expected_pref_stores,
scoped_refptr<base::SequencedWorkerPool> worker_pool)
: expected_pref_stores_(std::move(expected_pref_stores)),
init_binding_(this),
« no previous file with comments | « services/preferences/pref_store_manager_impl.h ('k') | services/preferences/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698