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

Unified Diff: components/sync/core_impl/model_type_connector_proxy_unittest.cc

Issue 2306523003: [Sync] Split fake ModelTypeService impl out of SMTP tests. (Closed)
Patch Set: Rebase + fix typo in comment. Created 4 years, 3 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/model_type_connector_proxy_unittest.cc
diff --git a/components/sync/core_impl/model_type_connector_proxy_unittest.cc b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
index c266e80168f803f2b5bbcffc98af29a00c2fcddb..4671843537622fc4ce272836212e9cdc089a2ee0 100644
--- a/components/sync/core_impl/model_type_connector_proxy_unittest.cc
+++ b/components/sync/core_impl/model_type_connector_proxy_unittest.cc
@@ -13,7 +13,7 @@
#include "base/run_loop.h"
#include "base/sequenced_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
-#include "components/sync/api/fake_model_type_service.h"
+#include "components/sync/api/stub_model_type_service.h"
#include "components/sync/base/model_type.h"
#include "components/sync/core/activation_context.h"
#include "components/sync/core/model_type_connector.h"
@@ -27,7 +27,7 @@
namespace syncer_v2 {
class ModelTypeConnectorProxyTest : public ::testing::Test,
- FakeModelTypeService {
+ StubModelTypeService {
public:
ModelTypeConnectorProxyTest()
: sync_task_runner_(base::ThreadTaskRunnerHandle::Get()),

Powered by Google App Engine
This is Rietveld 408576698