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

Unified Diff: components/pref_registry/pref_registry_syncable.cc

Issue 271793003: components: Extract pref_registry component out of user_prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 | « components/pref_registry/pref_registry_syncable.h ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/pref_registry/pref_registry_syncable.cc
diff --git a/components/user_prefs/pref_registry_syncable.cc b/components/pref_registry/pref_registry_syncable.cc
similarity index 99%
rename from components/user_prefs/pref_registry_syncable.cc
rename to components/pref_registry/pref_registry_syncable.cc
index b0e40a2842e4786d8065b218c961b92ab9997220..675b30915529723ab0a679211ce2c9874f18a8dc 100644
--- a/components/user_prefs/pref_registry_syncable.cc
+++ b/components/pref_registry/pref_registry_syncable.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 "components/user_prefs/pref_registry_syncable.h"
+#include "components/pref_registry/pref_registry_syncable.h"
#include "base/files/file_path.h"
#include "base/prefs/default_pref_store.h"
« no previous file with comments | « components/pref_registry/pref_registry_syncable.h ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698