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

Side by Side Diff: services/preferences/public/cpp/pref_service_main.h

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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SERVICES_PREFERENCES_PUBLIC_CPP_PREF_SERVICE_MAIN_H_
6 #define SERVICES_PREFERENCES_PUBLIC_CPP_PREF_SERVICE_MAIN_H_
7
8 #include <memory>
9 #include <set>
10
11 #include "base/memory/ref_counted.h"
12 #include "components/prefs/pref_value_store.h"
13
14 namespace base {
15 class SequencedWorkerPool;
16 }
17
18 namespace service_manager {
19 class Service;
20 }
21
22 namespace prefs {
23
24 std::unique_ptr<service_manager::Service> CreatePrefService(
25 std::set<PrefValueStore::PrefStoreType> expected_pref_stores,
26 scoped_refptr<base::SequencedWorkerPool> worker_pool);
27
28 } // namespace prefs
29
30 #endif // SERVICES_PREFERENCES_PUBLIC_CPP_PREF_SERVICE_MAIN_H_
OLDNEW
« no previous file with comments | « services/preferences/public/cpp/DEPS ('k') | services/preferences/public/cpp/pref_service_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698