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

Unified Diff: chrome/browser/prefs/pref_notifier.cc

Issue 3203008: Move prefs-related files under chrome/browser/ into a prefs/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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
Index: chrome/browser/prefs/pref_notifier.cc
diff --git a/chrome/browser/pref_notifier.cc b/chrome/browser/prefs/pref_notifier.cc
similarity index 97%
rename from chrome/browser/pref_notifier.cc
rename to chrome/browser/prefs/pref_notifier.cc
index d73dfa9d8518750635be016eed9b8c3caff611ea..665bffbdfc81598cbde11cfaf2574d3323943371 100644
--- a/chrome/browser/pref_notifier.cc
+++ b/chrome/browser/prefs/pref_notifier.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/pref_notifier.h"
+#include "chrome/browser/prefs/pref_notifier.h"
#include "base/stl_util-inl.h"
#include "base/utf_string_conversions.h"
#include "chrome/browser/policy/configuration_policy_pref_store.h"
-#include "chrome/browser/pref_service.h"
-#include "chrome/browser/pref_value_store.h"
+#include "chrome/browser/prefs/pref_service.h"
+#include "chrome/browser/prefs/pref_value_store.h"
#include "chrome/common/notification_service.h"

Powered by Google App Engine
This is Rietveld 408576698