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

Unified Diff: base/prefs/pref_service_builder.cc

Issue 12211105: Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, merge to LKGR. Created 7 years, 10 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 | « base/prefs/pref_service_builder.h ('k') | base/prefs/pref_value_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_service_builder.cc
diff --git a/chrome/browser/prefs/pref_service_builder.cc b/base/prefs/pref_service_builder.cc
similarity index 92%
rename from chrome/browser/prefs/pref_service_builder.cc
rename to base/prefs/pref_service_builder.cc
index ada9f0ffa017a8f9606bf8a79d66baa0c75adc05..71d2d5bb3f7d8e024a2300382fc5430d3d6ba4a7 100644
--- a/chrome/browser/prefs/pref_service_builder.cc
+++ b/base/prefs/pref_service_builder.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/prefs/pref_service_builder.h"
+#include "base/prefs/pref_service_builder.h"
#include "base/bind.h"
#include "base/prefs/default_pref_store.h"
#include "base/prefs/json_pref_store.h"
-#include "chrome/browser/prefs/pref_notifier_impl.h"
-#include "chrome/browser/prefs/pref_service.h"
+#include "base/prefs/pref_notifier_impl.h"
+#include "base/prefs/pref_service.h"
-#include "chrome/browser/prefs/pref_value_store.h"
+#include "base/prefs/pref_value_store.h"
namespace {
« no previous file with comments | « base/prefs/pref_service_builder.h ('k') | base/prefs/pref_value_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698