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

Unified Diff: components/sync/engine/attachments/attachment_util.h

Issue 2399953002: [Sync] Move attachments code out of core/. (Closed)
Patch Set: Address comments. Created 4 years, 2 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/engine/attachments/attachment_util.h
diff --git a/components/sync/core/attachments/attachment_util.h b/components/sync/engine/attachments/attachment_util.h
similarity index 77%
rename from components/sync/core/attachments/attachment_util.h
rename to components/sync/engine/attachments/attachment_util.h
index cdf16ca9b540b0101706574642c8331777f5f557..3ecb053bbeed76948daf0fdde93a2a3d014306f7 100644
--- a/components/sync/core/attachments/attachment_util.h
+++ b/components/sync/engine/attachments/attachment_util.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_CORE_ATTACHMENTS_ATTACHMENT_UTIL_H_
-#define COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_UTIL_H_
+#ifndef COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_UTIL_H_
+#define COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_UTIL_H_
#include <stdint.h>
@@ -25,4 +25,4 @@ uint32_t ComputeCrc32c(const scoped_refptr<base::RefCountedMemory>& data);
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_UTIL_H_
+#endif // COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_UTIL_H_
« no previous file with comments | « components/sync/engine/attachments/attachment_uploader.cc ('k') | components/sync/engine/attachments/attachment_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698