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

Unified Diff: services/preferences/public/cpp/BUILD.gn

Issue 2644893003: Unify Preferences Mojom Naming to PreferencesService (Closed)
Patch Set: / Created 3 years, 11 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/test/BUILD.gn ('k') | services/preferences/public/cpp/pref_client_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/cpp/BUILD.gn
diff --git a/services/preferences/public/cpp/BUILD.gn b/services/preferences/public/cpp/BUILD.gn
index a7ae5cf0bb3dc57ddd86931f38c22c0e649eab5d..727169326a4e21e6b4ad0ea8dd97ba63e829e57e 100644
--- a/services/preferences/public/cpp/BUILD.gn
+++ b/services/preferences/public/cpp/BUILD.gn
@@ -4,8 +4,8 @@
source_set("cpp") {
sources = [
- "pref_observer_store.cc",
- "pref_observer_store.h",
+ "pref_client_store.cc",
+ "pref_client_store.h",
]
public_deps = [
« no previous file with comments | « chrome/test/BUILD.gn ('k') | services/preferences/public/cpp/pref_client_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698