OLD | NEW |
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_UI_CONTROLS_AURA_H_ | 5 #ifndef UI_AURA_UI_CONTROLS_AURA_H_ |
6 #define UI_AURA_UI_CONTROLS_AURA_H_ | 6 #define UI_AURA_UI_CONTROLS_AURA_H_ |
7 | 7 |
8 #include "ui/aura/aura_export.h" | |
9 | |
10 namespace ui_controls { | 8 namespace ui_controls { |
11 class UIControlsAura; | 9 class UIControlsAura; |
12 } | 10 } |
13 | 11 |
14 namespace aura { | 12 namespace aura { |
15 class RootWindow; | 13 class RootWindow; |
16 | 14 |
17 AURA_EXPORT ui_controls::UIControlsAura* CreateUIControlsAura( | 15 ui_controls::UIControlsAura* CreateUIControlsAura(RootWindow* root_window); |
18 RootWindow* root_window); | |
19 | 16 |
20 } // namespace aura | 17 } // namespace aura |
21 | 18 |
22 #endif // UI_AURA_UI_CONTROLS_AURA_H_ | 19 #endif // UI_AURA_UI_CONTROLS_AURA_H_ |
OLD | NEW |