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

Unified Diff: components/user_prefs/tracked/pref_hash_store_impl.h

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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: components/user_prefs/tracked/pref_hash_store_impl.h
diff --git a/chrome/browser/prefs/tracked/pref_hash_store_impl.h b/components/user_prefs/tracked/pref_hash_store_impl.h
similarity index 86%
rename from chrome/browser/prefs/tracked/pref_hash_store_impl.h
rename to components/user_prefs/tracked/pref_hash_store_impl.h
index ccef87794331bad9a7b37cdcabd2fd2715151923..97442009d1271ed44e8c838d534fa01253f43630 100644
--- a/chrome/browser/prefs/tracked/pref_hash_store_impl.h
+++ b/components/user_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_TRACKED_PREF_HASH_STORE_IMPL_H_
-#define CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_
+#ifndef COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_
+#define COMPONENTS_USER_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/tracked/pref_hash_calculator.h"
-#include "chrome/browser/prefs/tracked/pref_hash_store.h"
+#include "components/user_prefs/tracked/pref_hash_calculator.h"
+#include "components/user_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_TRACKED_PREF_HASH_STORE_IMPL_H_
+#endif // COMPONENTS_USER_PREFS_TRACKED_PREF_HASH_STORE_IMPL_H_
« no previous file with comments | « components/user_prefs/tracked/pref_hash_store.h ('k') | components/user_prefs/tracked/pref_hash_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698