Chromium Code Reviews

Unified Diff: chrome/browser/prefs/dummy_pref_store.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/dummy_pref_store.cc
diff --git a/chrome/browser/dummy_pref_store.cc b/chrome/browser/prefs/dummy_pref_store.cc
similarity index 91%
rename from chrome/browser/dummy_pref_store.cc
rename to chrome/browser/prefs/dummy_pref_store.cc
index 27dda0605b935f8994c1610cc83953cf2d6dcf3c..3a0a81a8849d6f8b38613bdedacafc4d0f6b925a 100644
--- a/chrome/browser/dummy_pref_store.cc
+++ b/chrome/browser/prefs/dummy_pref_store.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/dummy_pref_store.h"
+#include "chrome/browser/prefs/dummy_pref_store.h"
#include "base/values.h"

Powered by Google App Engine