| 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_
|
|
|