| Index: ui/views_content_client/views_content_client.h
 | 
| diff --git a/ui/views_content_client/views_content_client.h b/ui/views_content_client/views_content_client.h
 | 
| index 04289462a1f481e2b311e25015c851adaee38a8a..b11cf637fdf51217f8816a303647ebb97acb7cb9 100644
 | 
| --- a/ui/views_content_client/views_content_client.h
 | 
| +++ b/ui/views_content_client/views_content_client.h
 | 
| @@ -25,7 +25,7 @@ namespace ui {
 | 
|  // Sample usage:
 | 
|  //
 | 
|  // void InitMyApp(content::BrowserContext* browser_context,
 | 
| -//                gfx::NativeView window_context) {
 | 
| +//                gfx::NativeWindow window_context) {
 | 
|  //   // Create desired windows and views here. Runs on the UI thread.
 | 
|  // }
 | 
|  //
 | 
| @@ -46,7 +46,7 @@ class VIEWS_CONTENT_CLIENT_EXPORT ViewsContentClient {
 | 
|   public:
 | 
|    typedef base::Callback<
 | 
|        void(content::BrowserContext* browser_context,
 | 
| -           gfx::NativeView window_context)> Task;
 | 
| +           gfx::NativeWindow window_context)> Task;
 | 
|  
 | 
|  #if defined(OS_WIN)
 | 
|    ViewsContentClient(HINSTANCE instance,
 | 
| 
 |