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 UI_AURA_TEST_UI_CONTROLS_FACTORY_AURA_H_
6868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#define UI_AURA_TEST_UI_CONTROLS_FACTORY_AURA_H_
7868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
8868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#include "ui/base/test/ui_controls_aura.h"
9868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
10868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace aura {
1123730a6e56a168d1879203e4b3819bb36e3d8f1fTorne (Richard Coles)class WindowTreeHost;
12868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
13868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace test {
14868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
1523730a6e56a168d1879203e4b3819bb36e3d8f1fTorne (Richard Coles)ui_controls::UIControlsAura* CreateUIControlsAura(WindowTreeHost* host);
16868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
17868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}  // namespace test
18868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}  // namespace aura
19868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
20868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#endif  // UI_AURA_TEST_UI_CONTROLS_FACTORY_AURA_H_
21