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

Unified Diff: base/prefs/pref_notifier_impl.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_notifier_impl.h ('k') | base/prefs/pref_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_notifier_impl.cc
diff --git a/chrome/browser/prefs/pref_notifier_impl.cc b/base/prefs/pref_notifier_impl.cc
similarity index 97%
rename from chrome/browser/prefs/pref_notifier_impl.cc
rename to base/prefs/pref_notifier_impl.cc
index 9bdf32221978b811a9608867921152df309f6b6a..1fa495df0f0a7be4eb89d81bc0bc3d531b386ace 100644
--- a/chrome/browser/prefs/pref_notifier_impl.cc
+++ b/base/prefs/pref_notifier_impl.cc
@@ -2,11 +2,11 @@
// 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_notifier_impl.h"
+#include "base/prefs/pref_notifier_impl.h"
#include "base/logging.h"
+#include "base/prefs/pref_service.h"
#include "base/stl_util.h"
-#include "chrome/browser/prefs/pref_service.h"
PrefNotifierImpl::PrefNotifierImpl()
: pref_service_(NULL) {
« no previous file with comments | « base/prefs/pref_notifier_impl.h ('k') | base/prefs/pref_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698