| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 7b4450b37cb832cad146caa0141a5baf85a10fdd..6ea7e2ec22010e863e109012fbb8aa56e641af59 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -22,7 +22,6 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/gpu/content_gpu_client.h"
|
| #include "gpu/config/gpu_info_collector.h"
|
| -#include "gpu/ipc/common/memory_stats.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
| #include "ui/gl/gl_implementation.h"
|
| @@ -352,7 +351,7 @@
|
| }
|
|
|
| void GpuChildThread::OnGetVideoMemoryUsageStats() {
|
| - gpu::VideoMemoryUsageStats video_memory_usage_stats;
|
| + GPUVideoMemoryUsageStats video_memory_usage_stats;
|
| if (gpu_channel_manager_)
|
| gpu_channel_manager_->gpu_memory_manager()->GetVideoMemoryUsageStats(
|
| &video_memory_usage_stats);
|
|
|