Index: components/sync/model/attachments/attachment_service_proxy_for_test.cc |
diff --git a/components/sync/api/attachments/attachment_service_proxy_for_test.cc b/components/sync/model/attachments/attachment_service_proxy_for_test.cc |
similarity index 94% |
rename from components/sync/api/attachments/attachment_service_proxy_for_test.cc |
rename to components/sync/model/attachments/attachment_service_proxy_for_test.cc |
index f1a94fa0f580d7d435c5d0a31efc50c5ffd457b7..9500ee2b50448eab5ec0788c54fe0879e2e57945 100644 |
--- a/components/sync/api/attachments/attachment_service_proxy_for_test.cc |
+++ b/components/sync/model/attachments/attachment_service_proxy_for_test.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/sync/api/attachments/attachment_service_proxy_for_test.h" |
+#include "components/sync/model/attachments/attachment_service_proxy_for_test.h" |
#include <utility> |
#include "base/message_loop/message_loop.h" |
#include "base/threading/thread_task_runner_handle.h" |
-#include "components/sync/api/attachments/attachment_service.h" |
+#include "components/sync/model/attachments/attachment_service.h" |
namespace syncer { |