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" |