| Index: components/sync/api/syncable_service.h
|
| diff --git a/sync/api/syncable_service.h b/components/sync/api/syncable_service.h
|
| similarity index 88%
|
| rename from sync/api/syncable_service.h
|
| rename to components/sync/api/syncable_service.h
|
| index ab79f4585e045c17e80af7f1a67903b4f80c5b51..7d2114e04c141236727efa5fae6a8dc4a0ea2953 100644
|
| --- a/sync/api/syncable_service.h
|
| +++ b/components/sync/api/syncable_service.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 SYNC_API_SYNCABLE_SERVICE_H_
|
| -#define SYNC_API_SYNCABLE_SERVICE_H_
|
| +#ifndef COMPONENTS_SYNC_API_SYNCABLE_SERVICE_H_
|
| +#define COMPONENTS_SYNC_API_SYNCABLE_SERVICE_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -11,13 +11,13 @@
|
| #include "base/callback.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "sync/api/attachments/attachment_store.h"
|
| -#include "sync/api/sync_change_processor.h"
|
| -#include "sync/api/sync_data.h"
|
| -#include "sync/api/sync_error.h"
|
| -#include "sync/api/sync_merge_result.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| +#include "components/sync/api/attachments/attachment_store.h"
|
| +#include "components/sync/api/sync_change_processor.h"
|
| +#include "components/sync/api/sync_data.h"
|
| +#include "components/sync/api/sync_error.h"
|
| +#include "components/sync/api/sync_merge_result.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -94,4 +94,4 @@ class SYNC_EXPORT SyncableService
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_API_SYNCABLE_SERVICE_H_
|
| +#endif // COMPONENTS_SYNC_API_SYNCABLE_SERVICE_H_
|
|
|