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

Unified Diff: components/sync/test/engine/mock_model_type_worker.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/test/engine/mock_model_type_worker.cc
diff --git a/sync/test/engine/mock_model_type_worker.cc b/components/sync/test/engine/mock_model_type_worker.cc
similarity index 98%
rename from sync/test/engine/mock_model_type_worker.cc
rename to components/sync/test/engine/mock_model_type_worker.cc
index fd0866738d763b1c8516e682f304ae65ff2cd302..af40a239f58a99f1d238843ce7a8900eb7318389 100644
--- a/sync/test/engine/mock_model_type_worker.cc
+++ b/components/sync/test/engine/mock_model_type_worker.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/test/engine/mock_model_type_worker.h"
+#include "components/sync/test/engine/mock_model_type_worker.h"
#include <stddef.h>
#include <stdint.h>
#include "base/logging.h"
-#include "sync/internal_api/public/base/model_type.h"
-#include "sync/syncable/syncable_util.h"
+#include "components/sync/base/model_type.h"
+#include "components/sync/syncable/syncable_util.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace syncer_v2 {
« no previous file with comments | « components/sync/test/engine/mock_model_type_worker.h ('k') | components/sync/test/engine/mock_nudge_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698