| Index: views/events/event.h
 | 
| diff --git a/views/events/event.h b/views/events/event.h
 | 
| index 99a0c9b3ca78f87b7ef13fc0fbeea71fa088d11a..4231598e4c04eae765869dd822a7d813d10a1b7b 100644
 | 
| --- a/views/events/event.h
 | 
| +++ b/views/events/event.h
 | 
| @@ -32,7 +32,7 @@ class NativeWidgetView;
 | 
|  class RootView;
 | 
|  }
 | 
|  
 | 
| -#if defined(OS_WIN)
 | 
| +#if defined(OS_WIN) || defined(USE_AURA)
 | 
|  VIEWS_EXPORT bool IsClientMouseEvent(const views::NativeEvent& native_event);
 | 
|  VIEWS_EXPORT bool IsNonClientMouseEvent(const views::NativeEvent& native_event);
 | 
|  #endif
 | 
| 
 |