| Index: components/sync/engine/sync_status.h
|
| diff --git a/sync/internal_api/public/engine/sync_status.h b/components/sync/engine/sync_status.h
|
| similarity index 88%
|
| rename from sync/internal_api/public/engine/sync_status.h
|
| rename to components/sync/engine/sync_status.h
|
| index 1587dd1115a37b29ca4c9100341d2487ba7a299d..7f6f38f97f9a09b74ae186dc0b6394017b1164a3 100644
|
| --- a/sync/internal_api/public/engine/sync_status.h
|
| +++ b/components/sync/engine/sync_status.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_ENGINE_SYNC_STATUS_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_ENGINE_SYNC_STATUS_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_SYNC_STATUS_H_
|
| +#define COMPONENTS_SYNC_ENGINE_SYNC_STATUS_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/time/time.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/internal_api/public/sync_encryption_handler.h"
|
| -#include "sync/protocol/sync_protocol_error.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/core/sync_encryption_handler.h"
|
| +#include "components/sync/protocol/sync_protocol_error.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -97,4 +97,4 @@ struct SYNC_EXPORT SyncStatus {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_ENGINE_SYNC_STATUS_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_SYNC_STATUS_H_
|
|
|