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

Unified Diff: components/sync/test/engine/mock_model_type_worker.h

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.h
diff --git a/sync/test/engine/mock_model_type_worker.h b/components/sync/test/engine/mock_model_type_worker.h
similarity index 91%
rename from sync/test/engine/mock_model_type_worker.h
rename to components/sync/test/engine/mock_model_type_worker.h
index b8499cf07ecec3b4dcdf8e392ef34ed7b3b99423..b4a98793ccc28c0c86a277109a414e5c8d50d3ca 100644
--- a/sync/test/engine/mock_model_type_worker.h
+++ b/components/sync/test/engine/mock_model_type_worker.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 SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
-#define SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
+#ifndef COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
+#define COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
#include <stddef.h>
#include <stdint.h>
@@ -14,10 +14,10 @@
#include <vector>
#include "base/macros.h"
-#include "sync/engine/commit_queue.h"
-#include "sync/internal_api/public/model_type_processor.h"
-#include "sync/internal_api/public/non_blocking_sync_common.h"
-#include "sync/protocol/data_type_state.pb.h"
+#include "components/sync/core/model_type_processor.h"
+#include "components/sync/core/non_blocking_sync_common.h"
+#include "components/sync/engine_impl/commit_queue.h"
+#include "components/sync/protocol/data_type_state.pb.h"
namespace syncer_v2 {
@@ -120,4 +120,4 @@ class MockModelTypeWorker : public CommitQueue {
} // namespace syncer_v2
-#endif // SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
+#endif // COMPONENTS_SYNC_TEST_ENGINE_MOCK_MODEL_TYPE_WORKER_H_
« no previous file with comments | « components/sync/test/engine/mock_model_type_processor.cc ('k') | components/sync/test/engine/mock_model_type_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698