root/ui/aura/test/ui_controls_factory_aura.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_AURA_TEST_UI_CONTROLS_FACTORY_AURA_H_
#define UI_AURA_TEST_UI_CONTROLS_FACTORY_AURA_H_

#include "ui/base/test/ui_controls_aura.h"

namespace aura {
class WindowTreeHost;

namespace test {

ui_controls::UIControlsAura* CreateUIControlsAura(WindowTreeHost* host);

}  // namespace test
}  // namespace aura

#endif  // UI_AURA_TEST_UI_CONTROLS_FACTORY_AURA_H_

/* [<][>][^][v][top][bottom][index][help] */