| Index: views/window/client_view.h
|
| ===================================================================
|
| --- views/window/client_view.h (revision 95624)
|
| +++ views/window/client_view.h (working copy)
|
| @@ -21,7 +21,7 @@
|
| // such as non-client hit testing information, sizing etc. Sub-classes of
|
| // ClientView are used to create more elaborate contents, e.g.
|
| // "DialogClientView".
|
| -class VIEWS_API ClientView : public View {
|
| +class VIEWS_EXPORT ClientView : public View {
|
| public:
|
| // Internal class name
|
| static const char kViewClassName[];
|
|
|