Chromium Code Reviews| Index: base/run_loop.cc |
| diff --git a/base/run_loop.cc b/base/run_loop.cc |
| index fccd28e77d16faed6b935500259a720ad164f0bf..663d62397b9f1c649b282e32c19a8fa6ce472eb9 100644 |
| --- a/base/run_loop.cc |
| +++ b/base/run_loop.cc |
| @@ -21,12 +21,12 @@ RunLoop::RunLoop() |
| running_(false), |
| quit_when_idle_received_(false), |
| weak_factory_(this) { |
| -#if defined(USE_AURA) |
| +#if defined(OS_WIN) |
| dispatcher_ = NULL; |
| #endif |
| } |
| -#if defined(USE_AURA) |
| +#if defined(OS_WIN) |
| RunLoop::RunLoop(MessagePumpDispatcher* dispatcher) |
| : loop_(MessageLoop::current()), |
| previous_run_loop_(NULL), |