| Index: components/prefs/persistent_pref_store.h
|
| diff --git a/components/prefs/persistent_pref_store.h b/components/prefs/persistent_pref_store.h
|
| index 51d9656471fe73564b9d8e184ea8eb9a5a53fe6b..1356f8e5daab8a82b7aa88a93ac18cade0d533f1 100644
|
| --- a/components/prefs/persistent_pref_store.h
|
| +++ b/components/prefs/persistent_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_PERSISTENT_PREF_STORE_H_
|
| -#define BASE_PREFS_PERSISTENT_PREF_STORE_H_
|
| +#ifndef COMPONENTS_PREFS_PERSISTENT_PREF_STORE_H_
|
| +#define COMPONENTS_PREFS_PERSISTENT_PREF_STORE_H_
|
|
|
| #include <string>
|
|
|
| @@ -13,7 +13,7 @@
|
| // This interface is complementary to the PrefStore interface, declaring
|
| // additional functionality that adds support for setting values and persisting
|
| // the data to some backing store.
|
| -class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore {
|
| +class COMPONENTS_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore {
|
| public:
|
| // Unique integer code for each type of error so we can report them
|
| // distinctly in a histogram.
|
| @@ -74,4 +74,4 @@ class BASE_PREFS_EXPORT PersistentPrefStore : public WriteablePrefStore {
|
| ~PersistentPrefStore() override {}
|
| };
|
|
|
| -#endif // BASE_PREFS_PERSISTENT_PREF_STORE_H_
|
| +#endif // COMPONENTS_PREFS_PERSISTENT_PREF_STORE_H_
|
|
|