Index: chrome/common/chrome_content_client.h |
=================================================================== |
--- chrome/common/chrome_content_client.h (revision 201645) |
+++ chrome/common/chrome_content_client.h (working copy) |
@@ -23,7 +23,7 @@ |
static std::string GetProductImpl(); |
virtual void SetActiveURL(const GURL& url) OVERRIDE; |
- virtual void SetGpuInfo(const content::GPUInfo& gpu_info) OVERRIDE; |
+ virtual void SetGpuInfo(const gpu::GPUInfo& gpu_info) OVERRIDE; |
virtual void AddPepperPlugins( |
std::vector<content::PepperPluginInfo>* plugins) OVERRIDE; |
virtual void AddNPAPIPlugins( |