| Index: trunk/src/base/run_loop.cc
|
| ===================================================================
|
| --- trunk/src/base/run_loop.cc (revision 245238)
|
| +++ trunk/src/base/run_loop.cc (working copy)
|
| @@ -6,10 +6,6 @@
|
|
|
| #include "base/bind.h"
|
|
|
| -#if defined(USE_AURA)
|
| -#include "base/message_loop/message_pump_dispatcher.h"
|
| -#endif
|
| -
|
| namespace base {
|
|
|
| RunLoop::RunLoop()
|
| @@ -27,7 +23,7 @@
|
| }
|
|
|
| #if defined(USE_AURA)
|
| -RunLoop::RunLoop(MessagePumpDispatcher* dispatcher)
|
| +RunLoop::RunLoop(MessageLoop::Dispatcher* dispatcher)
|
| : loop_(MessageLoop::current()),
|
| previous_run_loop_(NULL),
|
| dispatcher_(dispatcher),
|
|
|