| Index: ui/platform_window/platform_window_delegate.h
|
| diff --git a/ui/platform_window/platform_window_delegate.h b/ui/platform_window/platform_window_delegate.h
|
| index bf5d0a139edc787077ee3ff288ab0da09577ca1e..62772bd2cbc554fd5b2f556fef0b47ca67b3e3d0 100644
|
| --- a/ui/platform_window/platform_window_delegate.h
|
| +++ b/ui/platform_window/platform_window_delegate.h
|
| @@ -6,7 +6,6 @@
|
| #define UI_PLATFORM_WINDOW_PLATFORM_WINDOW_DELEGATE_H_
|
|
|
| #include "ui/gfx/native_widget_types.h"
|
| -#include "ui/platform_window/platform_window_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -24,7 +23,7 @@ enum PlatformWindowState {
|
| PLATFORM_WINDOW_STATE_FULLSCREEN,
|
| };
|
|
|
| -class PLATFORM_WINDOW_EXPORT PlatformWindowDelegate {
|
| +class PlatformWindowDelegate {
|
| public:
|
| virtual ~PlatformWindowDelegate() {}
|
|
|
|
|