Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1134)

Side by Side Diff: ui/aura/env.h

Issue 19629002: Use a direct include of the message_loop header in ui/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/aura/dispatcher_win.cc ('k') | ui/aura/remote_root_window_host_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_AURA_ENV_H_ 5 #ifndef UI_AURA_ENV_H_
6 #define UI_AURA_ENV_H_ 6 #define UI_AURA_ENV_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include "base/memory/scoped_ptr.h"
9 #include "base/message_loop.h" 9 #include "base/message_loop/message_loop.h"
10 #include "base/observer_list.h" 10 #include "base/observer_list.h"
11 #include "ui/aura/aura_export.h" 11 #include "ui/aura/aura_export.h"
12 #include "ui/base/events/event_handler.h" 12 #include "ui/base/events/event_handler.h"
13 #include "ui/base/events/event_target.h" 13 #include "ui/base/events/event_target.h"
14 #include "ui/gfx/point.h" 14 #include "ui/gfx/point.h"
15 15
16 #if defined(USE_X11) 16 #if defined(USE_X11)
17 #include "ui/aura/device_list_updater_aurax11.h" 17 #include "ui/aura/device_list_updater_aurax11.h"
18 #endif 18 #endif
19 19
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 #if defined(USE_X11) 97 #if defined(USE_X11)
98 DeviceListUpdaterAuraX11 device_list_updater_aurax11_; 98 DeviceListUpdaterAuraX11 device_list_updater_aurax11_;
99 #endif 99 #endif
100 100
101 DISALLOW_COPY_AND_ASSIGN(Env); 101 DISALLOW_COPY_AND_ASSIGN(Env);
102 }; 102 };
103 103
104 } // namespace aura 104 } // namespace aura
105 105
106 #endif // UI_AURA_ENV_H_ 106 #endif // UI_AURA_ENV_H_
OLDNEW
« no previous file with comments | « ui/aura/dispatcher_win.cc ('k') | ui/aura/remote_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698