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

Unified Diff: components/search_engines/search_engine_data_type_controller_unittest.cc

Issue 2549223003: [Sync] Rename NonUIDataTypeController to AsyncDirectoryTypeController (Closed)
Patch Set: Created 4 years 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/search_engines/search_engine_data_type_controller.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/search_engines/search_engine_data_type_controller_unittest.cc
diff --git a/components/search_engines/search_engine_data_type_controller_unittest.cc b/components/search_engines/search_engine_data_type_controller_unittest.cc
index 329dc836be0f7a95c9bb6145f004c17c60b16ccf..a9c072186443f8d32c0d2c0362259a3f7ec57dee 100644
--- a/components/search_engines/search_engine_data_type_controller_unittest.cc
+++ b/components/search_engines/search_engine_data_type_controller_unittest.cc
@@ -157,7 +157,7 @@ TEST_F(SyncSearchEngineDataTypeControllerTest, Stop) {
search_engine_dtc_.Stop();
EXPECT_EQ(syncer::DataTypeController::NOT_RUNNING,
search_engine_dtc_.state());
- // NonUIDataTypeController::Stop posts call to StopLocalService to model
+ // AsyncDirectoryTypeController::Stop posts call to StopLocalService to model
// thread. We run message loop for this call to take effect.
base::RunLoop().RunUntilIdle();
EXPECT_FALSE(syncable_service_.syncing());
« no previous file with comments | « components/search_engines/search_engine_data_type_controller.cc ('k') | components/sync/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698