diff options
Diffstat (limited to 'ash/wm/partial_screenshot_view.h')
-rw-r--r-- | ash/wm/partial_screenshot_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/partial_screenshot_view.h b/ash/wm/partial_screenshot_view.h index b431e27..c00d90d 100644 --- a/ash/wm/partial_screenshot_view.h +++ b/ash/wm/partial_screenshot_view.h @@ -32,7 +32,7 @@ class ASH_EXPORT PartialScreenshotView // Overridden from internal::OverlayEventFilter::Delegate: virtual void Cancel() OVERRIDE; - virtual bool IsCancelingKeyEvent(aura::KeyEvent* event) OVERRIDE; + virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) OVERRIDE; virtual aura::Window* GetWindow() OVERRIDE; private: |