Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: components/sync/api/attachments/attachment_id.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « components/sync/api/attachments/attachment_id.h ('k') | components/sync/api/attachments/attachment_id_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698