| Index: chrome/browser/sync/notifier/p2p_notifier.h
|
| diff --git a/chrome/browser/sync/notifier/p2p_notifier.h b/chrome/browser/sync/notifier/p2p_notifier.h
|
| index 67bad4152fac18991b38bf2462895aeda82fb411..f0c77d08c462fccfe499a80af54c7851324d29c3 100644
|
| --- a/chrome/browser/sync/notifier/p2p_notifier.h
|
| +++ b/chrome/browser/sync/notifier/p2p_notifier.h
|
| @@ -16,6 +16,8 @@
|
| #include "chrome/browser/sync/syncable/model_type.h"
|
| #include "jingle/notifier/listener/talk_mediator.h"
|
|
|
| +class MessageLoop;
|
| +
|
| namespace notifier {
|
| struct NotifierOptions;
|
| } // namespace
|
| @@ -61,7 +63,9 @@ class P2PNotifier
|
| bool notifications_enabled_;
|
|
|
| syncable::ModelTypeSet enabled_types_;
|
| + MessageLoop* construction_message_loop_;
|
| + MessageLoop* method_message_loop_;
|
| };
|
|
|
| -}
|
| +} // namespace sync_notifier
|
| #endif // CHROME_BROWSER_SYNC_NOTIFIER_P2P_NOTIFIER_H_
|
|
|