| 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
|
|
|