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

Unified Diff: components/sync/api/attachments/attachment_service_proxy_for_test.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/api/attachments/attachment_service_proxy_for_test.h
diff --git a/components/sync/core/attachments/attachment_service_proxy_for_test.h b/components/sync/api/attachments/attachment_service_proxy_for_test.h
similarity index 83%
rename from components/sync/core/attachments/attachment_service_proxy_for_test.h
rename to components/sync/api/attachments/attachment_service_proxy_for_test.h
index c47aec41630f54f579854b5948be5cd923a503b1..be46ec17f630d733c919f2030dca9f295df61b16 100644
--- a/components/sync/core/attachments/attachment_service_proxy_for_test.h
+++ b/components/sync/api/attachments/attachment_service_proxy_for_test.h
@@ -2,14 +2,14 @@
// 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_SERVICE_PROXY_FOR_TEST_H_
-#define COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
+#ifndef COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
+#define COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
#include <memory>
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "components/sync/core/attachments/attachment_service_proxy.h"
+#include "components/sync/api/attachments/attachment_service_proxy.h"
namespace syncer {
@@ -48,4 +48,4 @@ class AttachmentServiceProxyForTest : public AttachmentServiceProxy {
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
+#endif // COMPONENTS_SYNC_API_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698