Chromium Code Reviews| Index: ui/platform_window/stub/stub_window.h |
| diff --git a/ui/platform_window/stub/stub_window.h b/ui/platform_window/stub/stub_window.h |
| index 13a55535faea60a66064cf10207ccf261a37d854..d4b9be23036b4751a1b08fe7c6854c4fb7dd9174 100644 |
| --- a/ui/platform_window/stub/stub_window.h |
| +++ b/ui/platform_window/stub/stub_window.h |
| @@ -13,6 +13,8 @@ |
| namespace ui { |
| +class PlatformWindowDelegate; |
| + |
| class STUB_WINDOW_EXPORT StubWindow : NON_EXPORTED_BASE(public PlatformWindow) { |
| public: |
| StubWindow(PlatformWindowDelegate* delegate, |