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

Unified Diff: chrome/browser/sync/notifier/sync_notifier_factory.h

Issue 9602026: [Sync] Remove dependencies on BrowserThread from sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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: chrome/browser/sync/notifier/sync_notifier_factory.h
diff --git a/chrome/browser/sync/notifier/sync_notifier_factory.h b/chrome/browser/sync/notifier/sync_notifier_factory.h
index 8ad7c44780a88b7203a6a97c78a76f0a02768176..96c825d6aa8533476bbc918882165164432b0646 100644
--- a/chrome/browser/sync/notifier/sync_notifier_factory.h
+++ b/chrome/browser/sync/notifier/sync_notifier_factory.h
@@ -23,7 +23,7 @@ namespace sync_notifier {
class SyncNotifier;
// Class to instantiate various implementations of the SyncNotifier
-// interface. Must be created/destroyed on the UI thread.
+// interface.
class SyncNotifierFactory {
public:
// |client_info| is a string identifying the client, e.g. a user

Powered by Google App Engine
This is Rietveld 408576698