Index: content/common/gpu/gpu_channel_test_common.h |
diff --git a/content/common/gpu/gpu_channel_test_common.h b/content/common/gpu/gpu_channel_test_common.h |
index d60e5ddeb91be29b523747e12ec8b9f3c2a4fe0f..f7ce9ec0c5c86d736b3a611dd98fc3f10b311ac9 100644 |
--- a/content/common/gpu/gpu_channel_test_common.h |
+++ b/content/common/gpu/gpu_channel_test_common.h |
@@ -41,7 +41,7 @@ class TestGpuChannelManagerDelegate : public GpuChannelManagerDelegate { |
void DidLoseContext(bool offscreen, |
gpu::error::ContextLostReason reason, |
const GURL& active_url) override; |
- void GpuMemoryUmaStats(const GPUMemoryUmaStats& params) override; |
+ void GpuMemoryUmaStats(const gpu::GPUMemoryUmaStats& params) override; |
void RemoveSubscription(int32_t client_id, unsigned int target) override; |
void StoreShaderToDisk(int32_t client_id, |
const std::string& key, |