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

Unified Diff: components/sync/api/attachments/attachment_metadata.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_metadata.cc
diff --git a/sync/api/attachments/attachment_metadata.cc b/components/sync/api/attachments/attachment_metadata.cc
similarity index 76%
rename from sync/api/attachments/attachment_metadata.cc
rename to components/sync/api/attachments/attachment_metadata.cc
index 860af0f36cca686f6b815b1a4ed4888e3a4697a7..e2ff84646e5d3eef5b649cfc217d20820621019f 100644
--- a/sync/api/attachments/attachment_metadata.cc
+++ b/components/sync/api/attachments/attachment_metadata.cc
@@ -4,16 +4,14 @@
#include <stddef.h>
-#include "sync/api/attachments/attachment_metadata.h"
+#include "components/sync/api/attachments/attachment_metadata.h"
namespace syncer {
AttachmentMetadata::AttachmentMetadata(const AttachmentId& id, size_t size)
- : id_(id), size_(size) {
-}
+ : id_(id), size_(size) {}
-AttachmentMetadata::~AttachmentMetadata() {
-}
+AttachmentMetadata::~AttachmentMetadata() {}
const AttachmentId& AttachmentMetadata::GetId() const {
return id_;
« no previous file with comments | « components/sync/api/attachments/attachment_metadata.h ('k') | components/sync/api/attachments/attachment_metadata_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698