| Index: ui/platform_window/platform_window.h
|
| diff --git a/ui/platform_window/platform_window.h b/ui/platform_window/platform_window.h
|
| index 755e1f16cd275f9cf746cda898ed6d43bb74329f..37cd3c0c20910d8fe05535e96eb33d56bfa170fd 100644
|
| --- a/ui/platform_window/platform_window.h
|
| +++ b/ui/platform_window/platform_window.h
|
| @@ -6,7 +6,6 @@
|
| #define UI_PLATFORM_WINDOW_PLATFORM_WINDOW_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "ui/platform_window/platform_window_export.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -20,7 +19,7 @@ class PlatformWindowDelegate;
|
| //
|
| // Each instance of PlatformWindow represents a single window in the
|
| // underlying platform windowing system (i.e. X11/Win/OSX).
|
| -class PLATFORM_WINDOW_EXPORT PlatformWindow {
|
| +class PlatformWindow {
|
| public:
|
| virtual ~PlatformWindow() {}
|
|
|
|
|