// Copyright (c) 2011 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_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_ #define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_ #pragma once namespace views { namespace examples { // Shows a window with the views examples in it. void ShowExamplesWindow(bool quit_on_close); } // namespace examples } // namespace views #endif // VIEWS_EXAMPLES_EXAMPLE_MAIN_H_