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

Unified Diff: chrome/browser/options_page_base.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/options_page_base.cc
diff --git a/chrome/browser/options_page_base.cc b/chrome/browser/options_page_base.cc
index 5099aa9a4beae99103abb12424870fef909f8e70..6ee561013df723a0bfb4820767a8219ef61c53f4 100644
--- a/chrome/browser/options_page_base.cc
+++ b/chrome/browser/options_page_base.cc
@@ -5,7 +5,7 @@
#include "chrome/browser/options_page_base.h"
#include "chrome/browser/metrics/user_metrics.h"
-#include "chrome/browser/pref_service.h"
+#include "chrome/browser/prefs/pref_service.h"
#include "chrome/common/notification_service.h"
///////////////////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698