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

Unified Diff: components/sync/core/attachments/attachment_service_proxy_for_test.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/core/attachments/attachment_service_proxy_for_test.h
diff --git a/sync/internal_api/public/attachments/attachment_service_proxy_for_test.h b/components/sync/core/attachments/attachment_service_proxy_for_test.h
similarity index 80%
rename from sync/internal_api/public/attachments/attachment_service_proxy_for_test.h
rename to components/sync/core/attachments/attachment_service_proxy_for_test.h
index 54e2c960fece03f2ae6316dbf33f9afeb7b91931..f9edcf66f5cf8c92932ac77d8b45121136ac7d12 100644
--- a/sync/internal_api/public/attachments/attachment_service_proxy_for_test.h
+++ b/components/sync/core/attachments/attachment_service_proxy_for_test.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_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
-#define SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
+#ifndef COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
+#define COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
#include <memory>
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "sync/base/sync_export.h"
-#include "sync/internal_api/public/attachments/attachment_service_proxy.h"
+#include "components/sync/base/sync_export.h"
+#include "components/sync/core/attachments/attachment_service_proxy.h"
namespace syncer {
@@ -50,4 +50,4 @@ class SYNC_EXPORT AttachmentServiceProxyForTest
} // namespace syncer
-#endif // SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_
+#endif // COMPONENTS_SYNC_CORE_ATTACHMENTS_ATTACHMENT_SERVICE_PROXY_FOR_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698