Chromium Code Reviews

Unified Diff: chrome/browser/prefs/pref_notifier_unittest.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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/prefs/pref_notifier_unittest.cc
diff --git a/chrome/browser/pref_notifier_unittest.cc b/chrome/browser/prefs/pref_notifier_unittest.cc
similarity index 98%
rename from chrome/browser/pref_notifier_unittest.cc
rename to chrome/browser/prefs/pref_notifier_unittest.cc
index 11f678e6964b4cde2793353b4d0e0c4f5cfac9c5..5a1a6f4e268d7935216102fc2286d38116219a98 100644
--- a/chrome/browser/pref_notifier_unittest.cc
+++ b/chrome/browser/prefs/pref_notifier_unittest.cc
@@ -2,9 +2,9 @@
// 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/pref_service.h"
-#include "chrome/browser/pref_value_store.h"
+#include "chrome/browser/prefs/pref_notifier.h"
+#include "chrome/browser/prefs/pref_service.h"
+#include "chrome/browser/prefs/pref_value_store.h"
#include "chrome/common/notification_observer.h"
#include "chrome/common/notification_type.h"
#include "chrome/common/notification_service.h"

Powered by Google App Engine