| Index: components/sync/engine/sync_string_conversions.h
|
| diff --git a/components/sync/base/sync_string_conversions.h b/components/sync/engine/sync_string_conversions.h
|
| similarity index 78%
|
| rename from components/sync/base/sync_string_conversions.h
|
| rename to components/sync/engine/sync_string_conversions.h
|
| index c9f8d544c55e894e90d0c808c06b693dd6840eb7..0f6dcb29dd8e2c071607d5363908fb8522d75bcf 100644
|
| --- a/components/sync/base/sync_string_conversions.h
|
| +++ b/components/sync/engine/sync_string_conversions.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 COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_
|
| -#define COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_SYNC_STRING_CONVERSIONS_H_
|
| +#define COMPONENTS_SYNC_ENGINE_SYNC_STRING_CONVERSIONS_H_
|
|
|
| #include "components/sync/core/connection_status.h"
|
| #include "components/sync/core/sync_encryption_handler.h"
|
| @@ -20,4 +20,4 @@ const char* PassphraseTypeToString(PassphraseType type);
|
| const char* BootstrapTokenTypeToString(BootstrapTokenType type);
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_BASE_SYNC_STRING_CONVERSIONS_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_SYNC_STRING_CONVERSIONS_H_
|
|
|