summaryrefslogtreecommitdiffstats
path: root/ui/aura/env.h
diff options
context:
space:
mode:
authorxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 23:11:04 +0000
committerxhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 23:11:04 +0000
commit9e7154126cd2e6dc9f7935758d17aea9b8df0dc3 (patch)
tree2b50814c21f5073b41f36661901b48d73e409be2 /ui/aura/env.h
parente1bcc0207442374ab4d539e6a5623fe4cf1fe8cb (diff)
downloadchromium_src-9e7154126cd2e6dc9f7935758d17aea9b8df0dc3.zip
chromium_src-9e7154126cd2e6dc9f7935758d17aea9b8df0dc3.tar.gz
chromium_src-9e7154126cd2e6dc9f7935758d17aea9b8df0dc3.tar.bz2
Use base::MessageLoop in more files.
These are either missed in the first pass, or added after the first pass. TBR=thestig@chromium.org BUG=236029 Review URL: https://codereview.chromium.org/16092013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura/env.h')
-rw-r--r--ui/aura/env.h2
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.