| Index: components/sync/core/non_blocking_sync_common.h
|
| diff --git a/sync/internal_api/public/non_blocking_sync_common.h b/components/sync/core/non_blocking_sync_common.h
|
| similarity index 82%
|
| rename from sync/internal_api/public/non_blocking_sync_common.h
|
| rename to components/sync/core/non_blocking_sync_common.h
|
| index 5424e46ae400fb80cdde06a3a494448c26c7bca6..5f3c09c596da0b422cb98254a06fd41c9d965d16 100644
|
| --- a/sync/internal_api/public/non_blocking_sync_common.h
|
| +++ b/components/sync/core/non_blocking_sync_common.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_INTERNAL_API_PUBLIC_NON_BLOCKING_SYNC_COMMON_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_NON_BLOCKING_SYNC_COMMON_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
|
| +#define COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,9 +11,9 @@
|
| #include <vector>
|
|
|
| #include "base/time/time.h"
|
| -#include "sync/api/entity_data.h"
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/api/entity_data.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer_v2 {
|
|
|
| @@ -63,4 +63,4 @@ typedef std::vector<UpdateResponseData> UpdateResponseDataList;
|
|
|
| } // namespace syncer_v2
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_NON_BLOCKING_SYNC_COMMON_H_
|
| +#endif // COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
|
|
|