| Index: components/sync_driver/pref_names.h
|
| diff --git a/components/sync_driver/pref_names.h b/components/sync_driver/pref_names.h
|
| index 0808b1ff5eda340b6af9f0edcbe982a7a5ac4d82..785d0c38955eb78b890679b2d70749a3e0309163 100644
|
| --- a/components/sync_driver/pref_names.h
|
| +++ b/components/sync_driver/pref_names.h
|
| @@ -4,6 +4,9 @@
|
|
|
| // Constants for the names of various sync preferences, for easier changing.
|
|
|
| +#ifndef COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
|
| +#define COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
|
| +
|
| #include "build/build_config.h"
|
|
|
| namespace sync_driver {
|
| @@ -79,3 +82,5 @@ extern const char kSyncNigoriStateForPassphraseTransition[];
|
| } // namespace prefs
|
|
|
| } // namespace sync_driver
|
| +
|
| +#endif // COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
|
|
|