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

Unified Diff: components/sync/api/attachments/attachment_metadata.h

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.h
diff --git a/sync/api/attachments/attachment_metadata.h b/components/sync/api/attachments/attachment_metadata.h
similarity index 77%
rename from sync/api/attachments/attachment_metadata.h
rename to components/sync/api/attachments/attachment_metadata.h
index 43343dbdfe6d4c80fe1571b4543c2a89d1fdd39f..93557377f81f52f915496e17caad79d7af60864a 100644
--- a/sync/api/attachments/attachment_metadata.h
+++ b/components/sync/api/attachments/attachment_metadata.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_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
-#define SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
+#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
+#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
#include <stddef.h>
#include <vector>
-#include "sync/api/attachments/attachment_id.h"
-#include "sync/base/sync_export.h"
+#include "components/sync/api/attachments/attachment_id.h"
+#include "components/sync/base/sync_export.h"
namespace syncer {
@@ -42,4 +42,4 @@ typedef std::vector<syncer::AttachmentMetadata> AttachmentMetadataList;
} // namespace syncer
-#endif // SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
+#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
« no previous file with comments | « components/sync/api/attachments/attachment_id_unittest.cc ('k') | components/sync/api/attachments/attachment_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698