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

Unified Diff: chrome/browser/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 | « ash/common/wm_shell.cc ('k') | chrome/browser/prefs/preferences_connection_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b419498aec853124c8a5c968cef9a26d22912f16..5d07d41fa22df80b414afeee915cfbde3f4375af 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -941,8 +941,8 @@ split_static_library("browser") {
"prefs/pref_service_syncable_util.h",
"prefs/preferences_connection_manager.cc",
"prefs/preferences_connection_manager.h",
- "prefs/preferences_manager.cc",
- "prefs/preferences_manager.h",
+ "prefs/preferences_service.cc",
+ "prefs/preferences_service.h",
"prefs/profile_pref_store_manager.cc",
"prefs/profile_pref_store_manager.h",
"prefs/session_startup_pref.cc",
« no previous file with comments | « ash/common/wm_shell.cc ('k') | chrome/browser/prefs/preferences_connection_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698