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

Unified Diff: components/sync/syncable/test_user_share.h

Issue 2533083002: [Sync] SyncEngine refactor part 1: interfaces. (Closed)
Patch Set: Rebase. 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
Index: components/sync/syncable/test_user_share.h
diff --git a/components/sync/syncable/test_user_share.h b/components/sync/syncable/test_user_share.h
index 78b140557985ac2db8d5b09e98aca9d00e51e538..e0836b305f583fd513e0d5b823ffb9ffb11ab7ac 100644
--- a/components/sync/syncable/test_user_share.h
+++ b/components/sync/syncable/test_user_share.h
@@ -68,7 +68,7 @@ class TestUserShare {
UserShare* user_share();
// Sync's encryption handler. Used by tests to invoke the sync encryption
- // methods normally handled via the SyncBackendHost
+ // methods normally handled via the SyncEngine
skym 2016/12/02 20:54:55 Should this have a period at the end?
maxbogue 2016/12/02 23:59:28 PFFFT punctuation who does that
SyncEncryptionHandler* encryption_handler();
// Returns the directory's transaction observer. This transaction observer

Powered by Google App Engine
This is Rietveld 408576698