| Index: components/sync/model/attachments/attachment_id.h
|
| diff --git a/components/sync/api/attachments/attachment_id.h b/components/sync/model/attachments/attachment_id.h
|
| similarity index 93%
|
| rename from components/sync/api/attachments/attachment_id.h
|
| rename to components/sync/model/attachments/attachment_id.h
|
| index 4d2ffe8d7312c9c2860fd5f4597bfd9ba1d0e1b2..d385657ed1c3c068c8a4b9b4ebbef4d243aac1b6 100644
|
| --- a/components/sync/api/attachments/attachment_id.h
|
| +++ b/components/sync/model/attachments/attachment_id.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_API_ATTACHMENTS_ATTACHMENT_ID_H_
|
| -#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_
|
| +#ifndef COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_ID_H_
|
| +#define COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_ID_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -85,4 +85,4 @@ typedef std::set<AttachmentId> AttachmentIdSet;
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_ID_H_
|
| +#endif // COMPONENTS_SYNC_MODEL_ATTACHMENTS_ATTACHMENT_ID_H_
|
|
|