| Index: components/sync/engine/sync_auth_provider.h
|
| diff --git a/components/sync/core/sync_auth_provider.h b/components/sync/engine/sync_auth_provider.h
|
| similarity index 85%
|
| rename from components/sync/core/sync_auth_provider.h
|
| rename to components/sync/engine/sync_auth_provider.h
|
| index 350c080c48ca5cc2fcbcd2adcbf7b4bbfd22b86e..3602c826baf6f82bafd8069d54deedeb11544e59 100644
|
| --- a/components/sync/core/sync_auth_provider.h
|
| +++ b/components/sync/engine/sync_auth_provider.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_CORE_SYNC_AUTH_PROVIDER_H_
|
| -#define COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_SYNC_AUTH_PROVIDER_H_
|
| +#define COMPONENTS_SYNC_ENGINE_SYNC_AUTH_PROVIDER_H_
|
|
|
| #include <string>
|
|
|
| @@ -33,4 +33,4 @@ class SyncAuthProvider {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_SYNC_AUTH_PROVIDER_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_SYNC_AUTH_PROVIDER_H_
|
|
|