| Index: ash/wm/common/wm_lookup.h
|
| diff --git a/ash/wm/common/wm_lookup.h b/ash/wm/common/wm_lookup.h
|
| index dfb953c6cf979715a9406c076acb91f69f2e30b2..76b14dc8876d856ac506787b9ad9847672b7489b 100644
|
| --- a/ash/wm/common/wm_lookup.h
|
| +++ b/ash/wm/common/wm_lookup.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <stdint.h>
|
|
|
| -#include "ash/wm/common/ash_wm_common_export.h"
|
| +#include "ash/ash_export.h"
|
|
|
| namespace views {
|
| class Widget;
|
| @@ -20,7 +20,7 @@ class WmRootWindowController;
|
| class WmWindow;
|
|
|
| // WmLookup is used to lookup various wm types.
|
| -class ASH_WM_COMMON_EXPORT WmLookup {
|
| +class ASH_EXPORT WmLookup {
|
| public:
|
| static void Set(WmLookup* lookup);
|
| static WmLookup* Get();
|
|
|