| Index: components/sync/base/unique_position.h
|
| diff --git a/sync/internal_api/public/base/unique_position.h b/components/sync/base/unique_position.h
|
| similarity index 96%
|
| rename from sync/internal_api/public/base/unique_position.h
|
| rename to components/sync/base/unique_position.h
|
| index 70e9b39e09d25ba8e480aff8a769b52cb5c2e56e..bfb27f655f99d5486a9ebb4cd60511a439ec6c74 100644
|
| --- a/sync/internal_api/public/base/unique_position.h
|
| +++ b/components/sync/base/unique_position.h
|
| @@ -2,15 +2,15 @@
|
| // 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_BASE_UNIQUE_POSITION_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_BASE_UNIQUE_POSITION_H_
|
| +#ifndef COMPONENTS_SYNC_BASE_UNIQUE_POSITION_H_
|
| +#define COMPONENTS_SYNC_BASE_UNIQUE_POSITION_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <string>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace sync_pb {
|
| class UniquePosition;
|
| @@ -144,4 +144,4 @@ class SYNC_EXPORT UniquePosition {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_BASE_UNIQUE_POSITION_H_
|
| +#endif // COMPONENTS_SYNC_BASE_UNIQUE_POSITION_H_
|
|
|