| Index: ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h
|
| diff --git a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h b/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h
|
| index 835a45d49ec96654170950a44f15919735bc6dbb..084a9d995098e0c959ed06e0988d67434c818c60 100644
|
| --- a/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h
|
| +++ b/ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ASH_WM_MAXIMIZE_MODE_SCOPED_DISABLE_INTERNAL_MOUSE_AND_KEYBOARD_OZONE_H_
|
| #define ASH_WM_MAXIMIZE_MODE_SCOPED_DISABLE_INTERNAL_MOUSE_AND_KEYBOARD_OZONE_H_
|
|
|
| +#include "ash/ash_export.h"
|
| #include "ash/common/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard.h"
|
| #include "base/macros.h"
|
|
|
| @@ -12,7 +13,7 @@ namespace ash {
|
|
|
| // Disables the internal mouse and keyboard for the duration of the class'
|
| // lifetime.
|
| -class ScopedDisableInternalMouseAndKeyboardOzone
|
| +class ASH_EXPORT ScopedDisableInternalMouseAndKeyboardOzone
|
| : public ScopedDisableInternalMouseAndKeyboard {
|
| public:
|
| ScopedDisableInternalMouseAndKeyboardOzone();
|
|
|