| Index: components/sync/base/pref_names.h
|
| diff --git a/components/sync/driver/pref_names.h b/components/sync/base/pref_names.h
|
| similarity index 95%
|
| rename from components/sync/driver/pref_names.h
|
| rename to components/sync/base/pref_names.h
|
| index 1f03dd3722aca2a443d1b1ddc7af6cc5d412f52a..ae776ff0961d3a0d682d5bc0300e8ddf34b84d13 100644
|
| --- a/components/sync/driver/pref_names.h
|
| +++ b/components/sync/base/pref_names.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // 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_
|
| +#ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_
|
| +#define COMPONENTS_SYNC_BASE_PREF_NAMES_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -85,4 +85,4 @@ extern const char kSyncNigoriStateForPassphraseTransition[];
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
|
| +#endif // COMPONENTS_SYNC_BASE_PREF_NAMES_H_
|
|
|