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

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

Issue 11878013: Make ui_controls only usable from interactive_ui_tests. This has two benefits: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/aura_test_helper.cc ('k') | ui/ui.gyp » ('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_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_
OLDNEW
« no previous file with comments | « ui/aura/test/aura_test_helper.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698