Index: base/run_loop.cc |
diff --git a/base/run_loop.cc b/base/run_loop.cc |
index 8666ee448fed996bad38a726db35845114fa69b2..45723bba166e0654e8ebc26bd1bf1e631a200ea5 100644 |
--- a/base/run_loop.cc |
+++ b/base/run_loop.cc |
@@ -17,14 +17,12 @@ RunLoop::RunLoop() |
running_(false), |
quit_when_idle_received_(false), |
weak_factory_(this) { |
-#if !defined(OS_MACOSX) && !defined(OS_ANDROID) && \ |
- !defined(USE_GTK_MESSAGE_PUMP) |
+#if defined(USE_AURA) |
dispatcher_ = NULL; |
#endif |
} |
-#if !defined(OS_MACOSX) && !defined(OS_ANDROID) && \ |
- !defined(USE_GTK_MESSAGE_PUMP) |
+#if defined(USE_AURA) |
RunLoop::RunLoop(MessageLoop::Dispatcher* dispatcher) |
: loop_(MessageLoop::current()), |
previous_run_loop_(NULL), |