chromium/ash/test/ui_controls_ash.h

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

#ifndef ASH_TEST_UI_CONTROLS_ASH_H_
#define ASH_TEST_UI_CONTROLS_ASH_H_

namespace ash::test {

void EnableUIControlsAsh();

}  // namespace ash::test

#endif  // ASH_TEST_UI_CONTROLS_ASH_H_