| Index: content/browser/gpu/gpu_process_host.h
 | 
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
 | 
| index b3371768f58185573502dbf0c317befb93cf8e4f..15ce84d44bf98ba51327c92414c8b75f2108c82c 100644
 | 
| --- a/content/browser/gpu/gpu_process_host.h
 | 
| +++ b/content/browser/gpu/gpu_process_host.h
 | 
| @@ -123,7 +123,7 @@ class GpuProcessHost : public BrowserChildProcessHost,
 | 
|    std::queue<linked_ptr<CreateCommandBufferCallback> >
 | 
|        create_command_buffer_requests_;
 | 
|  
 | 
| -#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI)
 | 
| +#if defined(TOOLKIT_USES_GTK) && !defined(TOUCH_UI) && !defined(USE_AURA)
 | 
|    typedef std::pair<int32 /* renderer_id */,
 | 
|                      int32 /* render_view_id */> ViewID;
 | 
|  
 | 
| 
 |