| Index: base/run_loop.h
|
| diff --git a/base/run_loop.h b/base/run_loop.h
|
| index d832770d75824d80e8aa8805f216a4f378f11da6..71703f08b6fa327d0b47d035689f5bff637bbe51 100644
|
| --- a/base/run_loop.h
|
| +++ b/base/run_loop.h
|
| @@ -31,7 +31,7 @@ class MessagePumpUIApplication;
|
| class BASE_EXPORT RunLoop {
|
| public:
|
| RunLoop();
|
| -#if defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
| explicit RunLoop(MessagePumpDispatcher* dispatcher);
|
| #endif
|
| ~RunLoop();
|
| @@ -93,7 +93,7 @@ class BASE_EXPORT RunLoop {
|
| // Parent RunLoop or NULL if this is the top-most RunLoop.
|
| RunLoop* previous_run_loop_;
|
|
|
| -#if defined(USE_AURA)
|
| +#if defined(OS_WIN)
|
| MessagePumpDispatcher* dispatcher_;
|
| #endif
|
|
|
|
|