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

Unified Diff: components/sync/engine/attachments/on_disk_attachment_store_unittest.cc

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
« no previous file with comments | « components/sync/engine/attachments/on_disk_attachment_store.cc ('k') | components/sync/engine_impl/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/attachments/on_disk_attachment_store_unittest.cc
diff --git a/components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc b/components/sync/engine/attachments/on_disk_attachment_store_unittest.cc
similarity index 98%
rename from components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc
rename to components/sync/engine/attachments/on_disk_attachment_store_unittest.cc
index 6d337b7bcf39a843d72403bcd1469d0a1b974de5..640a1a88e2ee2b9abdd5a236effcec3a3ad3adc5 100644
--- a/components/sync/core_impl/attachments/on_disk_attachment_store_unittest.cc
+++ b/components/sync/engine/attachments/on_disk_attachment_store_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 "components/sync/core/attachments/on_disk_attachment_store.h"
+#include "components/sync/engine/attachments/on_disk_attachment_store.h"
#include <stdint.h>
@@ -15,8 +15,8 @@
#include "base/run_loop.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/time/time.h"
-#include "components/sync/core_impl/attachments/attachment_store_test_template.h"
-#include "components/sync/core_impl/attachments/proto/attachment_store.pb.h"
+#include "components/sync/engine/attachments/attachment_store_test_template.h"
+#include "components/sync/engine_impl/attachments/proto/attachment_store.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/leveldatabase/src/include/leveldb/db.h"
« no previous file with comments | « components/sync/engine/attachments/on_disk_attachment_store.cc ('k') | components/sync/engine_impl/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698