| Index: chrome/browser/prefs/tracked/pref_hash_calculator.h
|
| diff --git a/chrome/browser/prefs/pref_hash_calculator.h b/chrome/browser/prefs/tracked/pref_hash_calculator.h
|
| similarity index 88%
|
| rename from chrome/browser/prefs/pref_hash_calculator.h
|
| rename to chrome/browser/prefs/tracked/pref_hash_calculator.h
|
| index f1a88ef209b097e0f08436cf3028caf33a156f7e..3385541d964e84f8f9b56cc20e3d1da7c8ab5ae2 100644
|
| --- a/chrome/browser/prefs/pref_hash_calculator.h
|
| +++ b/chrome/browser/prefs/tracked/pref_hash_calculator.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_PREFS_PREF_HASH_CALCULATOR_H_
|
| -#define CHROME_BROWSER_PREFS_PREF_HASH_CALCULATOR_H_
|
| +#ifndef CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_CALCULATOR_H_
|
| +#define CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_CALCULATOR_H_
|
|
|
| #include <string>
|
|
|
| @@ -49,4 +49,4 @@ class PrefHashCalculator {
|
| DISALLOW_COPY_AND_ASSIGN(PrefHashCalculator);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_PREFS_PREF_HASH_CALCULATOR_H_
|
| +#endif // CHROME_BROWSER_PREFS_TRACKED_PREF_HASH_CALCULATOR_H_
|
|
|