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

Unified Diff: components/sync/core_impl/attachments/attachment_service_proxy_unittest.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/core_impl/attachments/attachment_service_proxy_unittest.cc
diff --git a/sync/internal_api/attachments/attachment_service_proxy_unittest.cc b/components/sync/core_impl/attachments/attachment_service_proxy_unittest.cc
similarity index 95%
rename from sync/internal_api/attachments/attachment_service_proxy_unittest.cc
rename to components/sync/core_impl/attachments/attachment_service_proxy_unittest.cc
index ad4cb3ca2cc700b6504e984cd51a23aefe768456..4435b9bb5094a976bc6ce49f7b671d295314cfe7 100644
--- a/sync/internal_api/attachments/attachment_service_proxy_unittest.cc
+++ b/components/sync/core_impl/attachments/attachment_service_proxy_unittest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/internal_api/public/attachments/attachment_service_proxy.h"
+#include "components/sync/core/attachments/attachment_service_proxy.h"
#include <memory>
@@ -16,10 +16,10 @@
#include "base/threading/non_thread_safe.h"
#include "base/threading/thread.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "sync/api/attachments/attachment.h"
-#include "sync/internal_api/public/attachments/attachment_service.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/protocol/sync.pb.h"
+#include "components/sync/api/attachments/attachment.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/core/attachments/attachment_service.h"
+#include "components/sync/protocol/sync.pb.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer {

Powered by Google App Engine
This is Rietveld 408576698