| Index: ui/aura/desktop/desktop_dispatcher_client.h
|
| ===================================================================
|
| --- ui/aura/desktop/desktop_dispatcher_client.h (revision 165738)
|
| +++ ui/aura/desktop/desktop_dispatcher_client.h (working copy)
|
| @@ -7,11 +7,12 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "ui/aura/client/dispatcher_client.h"
|
| +#include "ui/views/views_export.h"
|
|
|
| namespace aura {
|
|
|
| // TODO(erg): I won't lie to you; I have no idea what this is or what it does.
|
| -class AURA_EXPORT DesktopDispatcherClient : public client::DispatcherClient {
|
| +class VIEWS_EXPORT DesktopDispatcherClient : public client::DispatcherClient {
|
| public:
|
| DesktopDispatcherClient();
|
| virtual ~DesktopDispatcherClient();
|
|
|