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

Unified Diff: services/preferences/public/cpp/pref_service_factory.h

Issue 2771723002: Pref service: Merge PrefStoreConnector interfaces. (Closed)
Patch Set: 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
Index: services/preferences/public/cpp/pref_service_factory.h
diff --git a/services/preferences/public/cpp/pref_service_factory.h b/services/preferences/public/cpp/pref_service_factory.h
index 0926b06f822eed644b76f6e10e3f0735c9c0680d..2967af3e685c6f4c4bc6b2375e35ae04a99a517c 100644
--- a/services/preferences/public/cpp/pref_service_factory.h
+++ b/services/preferences/public/cpp/pref_service_factory.h
@@ -36,7 +36,7 @@ using ConnectCallback = base::Callback<void(std::unique_ptr<::PrefService>)>;
// first.
void ConnectToPrefService(service_manager::Connector* connector,
scoped_refptr<PrefRegistry> pref_registry,
- const ConnectCallback& callback);
+ ConnectCallback callback);
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698