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

Unified Diff: chrome/browser/prefs/pref_set_observer.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_set_observer.cc
diff --git a/chrome/browser/pref_set_observer.cc b/chrome/browser/prefs/pref_set_observer.cc
similarity index 97%
rename from chrome/browser/pref_set_observer.cc
rename to chrome/browser/prefs/pref_set_observer.cc
index fb08a9b5782457ba0eaa8a17673a1c2186945836..0f41500414ffd1cd4a97e26cb990486632515639 100644
--- a/chrome/browser/pref_set_observer.cc
+++ b/chrome/browser/prefs/pref_set_observer.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/pref_set_observer.h"
+#include "chrome/browser/prefs/pref_set_observer.h"
#include "chrome/common/notification_type.h"
#include "chrome/common/pref_names.h"

Powered by Google App Engine
This is Rietveld 408576698