ui_controls_factory_ash.h 480 B

1234567891011121314151617181920
  1. // Copyright 2013 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef ASH_TEST_UI_CONTROLS_FACTORY_ASH_H_
  5. #define ASH_TEST_UI_CONTROLS_FACTORY_ASH_H_
  6. namespace ui_controls {
  7. class UIControlsAura;
  8. }
  9. namespace ash {
  10. namespace test {
  11. ui_controls::UIControlsAura* CreateAshUIControls();
  12. } // namespace test
  13. } // namespace ash
  14. #endif // ASH_TEST_UI_CONTROLS_FACTORY_ASH_H_