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

Unified Diff: components/sync/core_impl/attachments/task_queue_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/task_queue_unittest.cc
diff --git a/sync/internal_api/attachments/task_queue_unittest.cc b/components/sync/core_impl/attachments/task_queue_unittest.cc
similarity index 97%
rename from sync/internal_api/attachments/task_queue_unittest.cc
rename to components/sync/core_impl/attachments/task_queue_unittest.cc
index 0cac978f678f27706e2c47c9e5a26a175479666c..bc58880dfad419661358d1b5437556f07b7d580b 100644
--- a/sync/internal_api/attachments/task_queue_unittest.cc
+++ b/components/sync/core_impl/attachments/task_queue_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/task_queue.h"
+#include "components/sync/core/attachments/task_queue.h"
#include <utility>
#include <vector>
@@ -29,8 +29,7 @@ class TaskQueueTest : public testing::Test {
TaskQueueTest() : weak_ptr_factory_(this) {
queue_.reset(new TaskQueue<int>(
base::Bind(&TaskQueueTest::Process, weak_ptr_factory_.GetWeakPtr()),
- TimeDelta::FromMinutes(1),
- TimeDelta::FromMinutes(8)));
+ TimeDelta::FromMinutes(1), TimeDelta::FromMinutes(8)));
}
void RunLoop() {
« no previous file with comments | « components/sync/core_impl/attachments/task_queue.cc ('k') | components/sync/core_impl/change_reorder_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698