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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_store_impl.h

Issue 620933002: Move all files related to tracked preferences from c/b/prefs to c/b/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/tracked/pref_hash_store_impl.h
diff --git a/chrome/browser/prefs/pref_hash_store_impl.h b/chrome/browser/prefs/tracked/pref_hash_store_impl.h
similarity index 86%
rename from chrome/browser/prefs/pref_hash_store_impl.h
rename to chrome/browser/prefs/tracked/pref_hash_store_impl.h
index a9c9e9f46eb9d6d5e18265099298b1e2f5abdf8e..1a6b91b01014646f07a46c27c338b411114ce67f 100644
--- a/chrome/browser/prefs/pref_hash_store_impl.h
+++ b/chrome/browser/prefs/tracked/pref_hash_store_impl.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_PREFS_PREF_HASH_STORE_IMPL_H_
-#define CHROME_BROWSER_PREFS_PREF_HASH_STORE_IMPL_H_
+#ifndef CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_
+#define CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_
#include <string>
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/browser/prefs/pref_hash_calculator.h"
-#include "chrome/browser/prefs/pref_hash_store.h"
+#include "chrome/browser/prefs/tracked/pref_hash_calculator.h"
+#include "chrome/browser/prefs/tracked/pref_hash_store.h"
class HashStoreContents;
class PrefHashStoreTransaction;
@@ -64,4 +64,4 @@ class PrefHashStoreImpl : public PrefHashStore {
DISALLOW_COPY_AND_ASSIGN(PrefHashStoreImpl);
};
-#endif // CHROME_BROWSER_PREFS_PREF_HASH_STORE_IMPL_H_
+#endif // CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_store.h ('k') | chrome/browser/prefs/tracked/pref_hash_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698