| Index: components/prefs/testing_pref_store.h
|
| diff --git a/components/prefs/testing_pref_store.h b/components/prefs/testing_pref_store.h
|
| index e2a59977f74961499a23f04f0324496a9888aa6d..ea2176953e8b6dd2092889735c970bcdc2dda042 100644
|
| --- a/components/prefs/testing_pref_store.h
|
| +++ b/components/prefs/testing_pref_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 BASE_PREFS_TESTING_PREF_STORE_H_
|
| -#define BASE_PREFS_TESTING_PREF_STORE_H_
|
| +#ifndef COMPONENTS_PREFS_TESTING_PREF_STORE_H_
|
| +#define COMPONENTS_PREFS_TESTING_PREF_STORE_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -111,4 +111,4 @@ class TestingPrefStore : public PersistentPrefStore {
|
| DISALLOW_COPY_AND_ASSIGN(TestingPrefStore);
|
| };
|
|
|
| -#endif // BASE_PREFS_TESTING_PREF_STORE_H_
|
| +#endif // COMPONENTS_PREFS_TESTING_PREF_STORE_H_
|
|
|