summaryrefslogtreecommitdiffstats
path: root/ui/views/examples/examples_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/views/examples/examples_window.h')
-rw-r--r--ui/views/examples/examples_window.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/ui/views/examples/examples_window.h b/ui/views/examples/examples_window.h
index d3ef045..a3fc4e5 100644
--- a/ui/views/examples/examples_window.h
+++ b/ui/views/examples/examples_window.h
@@ -5,10 +5,6 @@
#ifndef UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_
#define UI_VIEWS_EXAMPLES_EXAMPLES_WINDOW_H_
-namespace content {
-class BrowserContext;
-}
-
namespace views {
namespace examples {
@@ -18,8 +14,7 @@ enum Operation {
};
// Shows a window with the views examples in it.
-void ShowExamplesWindow(Operation operation,
- content::BrowserContext* browser_context);
+void ShowExamplesWindow(Operation operation);
} // namespace examples
} // namespace views