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

Unified Diff: components/sync/model_impl/shared_model_type_processor_unittest.cc

Issue 2412193002: [Sync] Move SharedModelTypeProcessor to model_impl/. (Closed)
Patch Set: Address comment from Sky. 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/model_impl/shared_model_type_processor.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model_impl/shared_model_type_processor_unittest.cc
diff --git a/components/sync/core/shared_model_type_processor_unittest.cc b/components/sync/model_impl/shared_model_type_processor_unittest.cc
similarity index 99%
rename from components/sync/core/shared_model_type_processor_unittest.cc
rename to components/sync/model_impl/shared_model_type_processor_unittest.cc
index 853f6b0642bec3075364b3204fd0fa42a71d60c0..75abb709599ac56ba7a1d6c7d0de475cccaab413 100644
--- a/components/sync/core/shared_model_type_processor_unittest.cc
+++ b/components/sync/model_impl/shared_model_type_processor_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/shared_model_type_processor.h"
+#include "components/sync/model_impl/shared_model_type_processor.h"
#include <stddef.h>
#include <stdint.h>
@@ -75,8 +75,7 @@ class SharedModelTypeProcessorTest : public ::testing::Test,
public FakeModelTypeService {
public:
SharedModelTypeProcessorTest()
- : FakeModelTypeService(
- base::Bind(&SharedModelTypeProcessor::CreateAsChangeProcessor)) {}
+ : FakeModelTypeService(base::Bind(&ModelTypeChangeProcessor::Create)) {}
void InitializeToMetadataLoaded() {
CreateChangeProcessor();
« no previous file with comments | « components/sync/model_impl/shared_model_type_processor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698