| Index: ui/base/win/window_impl.h
|
| ===================================================================
|
| --- ui/base/win/window_impl.h (revision 92815)
|
| +++ ui/base/win/window_impl.h (working copy)
|
| @@ -16,6 +16,7 @@
|
| #include "base/logging.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/rect.h"
|
| +#include "ui/ui_api.h"
|
|
|
| namespace ui {
|
|
|
| @@ -40,7 +41,7 @@
|
| // Windows.
|
| //
|
| ///////////////////////////////////////////////////////////////////////////////
|
| -class WindowImpl : public MessageMapInterface {
|
| +class UI_API WindowImpl : public MessageMapInterface {
|
| public:
|
| WindowImpl();
|
| virtual ~WindowImpl();
|
|
|