Chromium Code Reviews| Index: chrome/common/chrome_content_client.cc |
| =================================================================== |
| --- chrome/common/chrome_content_client.cc (revision 201645) |
| +++ chrome/common/chrome_content_client.cc (working copy) |
| @@ -382,7 +382,7 @@ |
| child_process_logging::SetActiveURL(url); |
| } |
| -void ChromeContentClient::SetGpuInfo(const content::GPUInfo& gpu_info) { |
| +void ChromeContentClient::SetGpuInfo(const gpu::GPUInfo& gpu_info) { |
| child_process_logging::SetGpuInfo(gpu_info); |
| } |