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

Unified Diff: chrome/browser/prefs/command_line_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/prefs/command_line_pref_store.cc
diff --git a/chrome/browser/command_line_pref_store.cc b/chrome/browser/prefs/command_line_pref_store.cc
similarity index 97%
rename from chrome/browser/command_line_pref_store.cc
rename to chrome/browser/prefs/command_line_pref_store.cc
index 26bd0d3fb8747685fb7fc862e498b8f68a5466e0..41770e9f19b89ad059881bf31896390892c3266f 100644
--- a/chrome/browser/command_line_pref_store.cc
+++ b/chrome/browser/prefs/command_line_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/command_line_pref_store.h"
+#include "chrome/browser/prefs/command_line_pref_store.h"
#include "app/app_switches.h"
#include "base/values.h"

Powered by Google App Engine
This is Rietveld 408576698