| Index: components/sync/api/attachments/attachment_id.cc
|
| diff --git a/sync/api/attachments/attachment_id.cc b/components/sync/api/attachments/attachment_id.cc
|
| similarity index 89%
|
| rename from sync/api/attachments/attachment_id.cc
|
| rename to components/sync/api/attachments/attachment_id.cc
|
| index 6c8fb510b438b024023507b008a4e4be9270b44f..8c662609a5eb1aef5cb6704694388f614cf25232 100644
|
| --- a/sync/api/attachments/attachment_id.cc
|
| +++ b/components/sync/api/attachments/attachment_id.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/api/attachments/attachment_id.h"
|
| +#include "components/sync/api/attachments/attachment_id.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| -#include "sync/internal_api/public/base/attachment_id_proto.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/base/attachment_id_proto.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -71,8 +71,7 @@ const sync_pb::AttachmentIdProto& AttachmentId::GetProto() const {
|
| return proto_.Get();
|
| }
|
|
|
| -AttachmentId::AttachmentId(sync_pb::AttachmentIdProto* proto)
|
| - : proto_(proto) {}
|
| +AttachmentId::AttachmentId(sync_pb::AttachmentIdProto* proto) : proto_(proto) {}
|
|
|
| AttachmentId::AttachmentId(const AttachmentId& other) = default;
|
|
|
|
|