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

Unified Diff: chrome/browser/prefs/pref_value_store.h

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_value_store.h
diff --git a/chrome/browser/pref_value_store.h b/chrome/browser/prefs/pref_value_store.h
similarity index 97%
rename from chrome/browser/pref_value_store.h
rename to chrome/browser/prefs/pref_value_store.h
index 5afbb641a32922370cf2870d5924ce7ae7a2824e..fb1cb215b0ab3af3a3328638b4ead3a51e1ef659 100644
--- a/chrome/browser/pref_value_store.h
+++ b/chrome/browser/prefs/pref_value_store.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PREF_VALUE_STORE_H_
-#define CHROME_BROWSER_PREF_VALUE_STORE_H_
+#ifndef CHROME_BROWSER_PREFS_PREF_VALUE_STORE_H_
+#define CHROME_BROWSER_PREFS_PREF_VALUE_STORE_H_
#pragma once
#include <string>
@@ -15,7 +15,7 @@
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "chrome/browser/chrome_thread.h"
-#include "chrome/browser/pref_notifier.h"
+#include "chrome/browser/prefs/pref_notifier.h"
#include "chrome/common/pref_store.h"
class FilePath;
@@ -195,4 +195,4 @@ class PrefValueStore : public base::RefCountedThreadSafe<PrefValueStore> {
DISALLOW_COPY_AND_ASSIGN(PrefValueStore);
};
-#endif // CHROME_BROWSER_PREF_VALUE_STORE_H_
+#endif // CHROME_BROWSER_PREFS_PREF_VALUE_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698