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

Unified Diff: components/sync/engine/attachments/attachment_store_test_template.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_store_test_template.h
diff --git a/components/sync/core_impl/attachments/attachment_store_test_template.h b/components/sync/engine/attachments/attachment_store_test_template.h
similarity index 98%
rename from components/sync/core_impl/attachments/attachment_store_test_template.h
rename to components/sync/engine/attachments/attachment_store_test_template.h
index e9d186928a51895614013465d5eb534a2a127555..f547cc218355043219684d97d43fe87d2ccda4c1 100644
--- a/components/sync/core_impl/attachments/attachment_store_test_template.h
+++ b/components/sync/engine/attachments/attachment_store_test_template.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_IMPL_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
-#define COMPONENTS_SYNC_CORE_IMPL_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
+#ifndef COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
+#define COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
#include <memory>
#include <utility>
@@ -15,7 +15,7 @@
#include "base/threading/thread_task_runner_handle.h"
#include "components/sync/api/attachments/attachment.h"
#include "components/sync/api/attachments/attachment_store.h"
-#include "components/sync/core/attachments/attachment_util.h"
+#include "components/sync/engine/attachments/attachment_util.h"
#include "components/sync/protocol/sync.pb.h"
#include "testing/gmock/include/gmock/gmock-matchers.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -519,4 +519,4 @@ REGISTER_TYPED_TEST_CASE_P(AttachmentStoreTest,
} // namespace syncer
-#endif // COMPONENTS_SYNC_CORE_IMPL_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_
+#endif // COMPONENTS_SYNC_ENGINE_ATTACHMENTS_ATTACHMENT_STORE_TEST_TEMPLATE_H_

Powered by Google App Engine
This is Rietveld 408576698