diff options
Diffstat (limited to 'ui/aura/env.h')
-rw-r--r-- | ui/aura/env.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/env.h b/ui/aura/env.h index 99b0577..4ad55b6 100644 --- a/ui/aura/env.h +++ b/ui/aura/env.h @@ -24,7 +24,7 @@ class Window; #if !defined(USE_X11) // Creates a platform-specific native event dispatcher. -MessageLoop::Dispatcher* CreateDispatcher(); +base::MessageLoop::Dispatcher* CreateDispatcher(); #endif // A singleton object that tracks general state within Aura. |