| Index: ui/gfx/native_widget_types.h
 | 
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
 | 
| index 3858c11e134b6fefea0407280e20e7b943cd7a28..6dbc4e774cca7022ef1b87496131d437115805d3 100644
 | 
| --- a/ui/gfx/native_widget_types.h
 | 
| +++ b/ui/gfx/native_widget_types.h
 | 
| @@ -110,6 +110,9 @@ struct ANativeWindow;
 | 
|  namespace content {
 | 
|  class ContentViewCore;
 | 
|  }
 | 
| +namespace ui {
 | 
| +class WindowAndroid;
 | 
| +}
 | 
|  #endif
 | 
|  class SkBitmap;
 | 
|  
 | 
| @@ -146,7 +149,7 @@ typedef GdkEvent* NativeEvent;
 | 
|  #elif defined(OS_ANDROID)
 | 
|  typedef void* NativeCursor;
 | 
|  typedef content::ContentViewCore* NativeView;
 | 
| -typedef content::ContentViewCore* NativeWindow;
 | 
| +typedef ui::WindowAndroid* NativeWindow;
 | 
|  typedef void* NativeRegion;
 | 
|  typedef jobject NativeEvent;
 | 
|  #endif
 | 
| 
 |