1868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// Copyright 2013 The Chromium Authors. All rights reserved.
2868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
3868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// found in the LICENSE file.
4868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
5868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#ifndef ASH_TEST_UI_CONTROLS_FACTORY_ASH_H_
6868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#define ASH_TEST_UI_CONTROLS_FACTORY_ASH_H_
7868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
8868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace aura {
9868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)class RootWindow;
10868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}
11868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
12868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace ui_controls {
13868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)class UIControlsAura;
14868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}
15868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
16868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace ash {
17868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace test {
18868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
19868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)ui_controls::UIControlsAura* CreateAshUIControls();
20868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
21868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}  // namespace test
22868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}  // namespace ash
23868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
24868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#endif  // ASH_TEST_UI_CONTROLS_FACTORY_ASH_H_
25