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

Side by Side Diff: ui/aura/test/ui_controls_factory_aurawin.cc

Issue 174803002: Move root_window.* to window_event_dispatcher.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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/test/test_screen.cc ('k') | ui/aura/test/ui_controls_factory_aurax11.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #include "base/basictypes.h" 5 #include "base/basictypes.h"
6 #include "base/logging.h" 6 #include "base/logging.h"
7 #include "base/message_loop/message_loop.h" 7 #include "base/message_loop/message_loop.h"
8 #include "ui/aura/root_window.h"
9 #include "ui/aura/test/ui_controls_factory_aura.h" 8 #include "ui/aura/test/ui_controls_factory_aura.h"
10 #include "ui/aura/window.h" 9 #include "ui/aura/window.h"
10 #include "ui/aura/window_event_dispatcher.h"
11 #include "ui/base/test/ui_controls_aura.h" 11 #include "ui/base/test/ui_controls_aura.h"
12 #include "ui/base/test/ui_controls_internal_win.h" 12 #include "ui/base/test/ui_controls_internal_win.h"
13 13
14 namespace aura { 14 namespace aura {
15 namespace test { 15 namespace test {
16 16
17 namespace { 17 namespace {
18 18
19 using ui_controls::DOWN; 19 using ui_controls::DOWN;
20 using ui_controls::LEFT; 20 using ui_controls::LEFT;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 }; 83 };
84 84
85 } // namespace 85 } // namespace
86 86
87 UIControlsAura* CreateUIControlsAura(WindowEventDispatcher* dispatcher) { 87 UIControlsAura* CreateUIControlsAura(WindowEventDispatcher* dispatcher) {
88 return new UIControlsWin(); 88 return new UIControlsWin();
89 } 89 }
90 90
91 } // namespace test 91 } // namespace test
92 } // namespace aura 92 } // namespace aura
OLDNEW
« no previous file with comments | « ui/aura/test/test_screen.cc ('k') | ui/aura/test/ui_controls_factory_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698