Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2196)

Unified Diff: ash/wm/maximize_mode/scoped_disable_internal_mouse_and_keyboard_ozone.h

Issue 2783563002: Make WmShellMus use classic types for mus (Closed)
Patch Set: comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_event_handler_aura.h ('k') | ash/wm/window_cycle_event_filter_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « ash/wm/maximize_mode/maximize_mode_event_handler_aura.h ('k') | ash/wm/window_cycle_event_filter_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698