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

Unified Diff: components/sync/engine_impl/model_type_registry_unittest.cc

Issue 2258873003: [Sync] Move sessions/ to engine/cycle/ and rename things to match. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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/engine_impl/model_type_registry_unittest.cc
diff --git a/components/sync/engine_impl/model_type_registry_unittest.cc b/components/sync/engine_impl/model_type_registry_unittest.cc
index f5a1b88cd2e44771402363b9f751d751930668cd..139f60b9855c302e8a63be72452cebd654ce10e2 100644
--- a/components/sync/engine_impl/model_type_registry_unittest.cc
+++ b/components/sync/engine_impl/model_type_registry_unittest.cc
@@ -230,7 +230,7 @@ TEST_F(ModelTypeRegistryTest, NonBlockingTypesWithDirectoryTypes) {
current_types.PutAll(directory_types);
EXPECT_EQ(current_types, registry()->GetEnabledTypes());
- // Add sessions non-blocking type.
+ // Add cycles non-blocking type.
maxbogue 2016/08/19 06:04:00 This one's gotta be changed back.
maxbogue 2016/08/19 19:12:01 Done.
registry()->ConnectType(
syncer::SESSIONS,
MakeActivationContext(

Powered by Google App Engine
This is Rietveld 408576698