Rename vector icon header files.
[chromium-blink-merge.git] / ui / views / examples / examples_window_with_content.h
blob945201bdf7cf08e9f9f644ddfbf002de63e356d7
1 // Copyright (c) 2012 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.
5 #ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
6 #define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_
8 #include "ui/gfx/native_widget_types.h"
9 #include "ui/views/examples/examples_window.h"
10 #include "ui/views/examples/views_examples_with_content_export.h"
12 namespace content {
13 class BrowserContext;
16 namespace views {
17 namespace examples {
19 // Shows a window with the views examples in it.
20 VIEWS_EXAMPLES_WITH_CONTENT_EXPORT void ShowExamplesWindowWithContent(
21 Operation operation,
22 content::BrowserContext* browser_context,
23 gfx::NativeWindow window_context);
25 } // namespace examples
26 } // namespace views
28 #endif // UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_WITH_CONTENT_H_