| Index: content/browser/gpu/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.cc b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| index 52d1d8df8b20fafb324264a82e7d5cec88f2fb49..f50db216e35c78f15911fd99e2d8e8ebfe668056 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.cc
|
| @@ -24,7 +24,6 @@
|
| #include "content/browser/renderer_host/render_widget_host_view_base.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| -#include "gpu/ipc/common/memory_stats.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include "ui/accelerated_widget_mac/accelerated_widget_mac.h"
|
| @@ -272,7 +271,7 @@
|
| #endif
|
|
|
| void GpuProcessHostUIShim::OnVideoMemoryUsageStatsReceived(
|
| - const gpu::VideoMemoryUsageStats& video_memory_usage_stats) {
|
| + const GPUVideoMemoryUsageStats& video_memory_usage_stats) {
|
| GpuDataManagerImpl::GetInstance()->UpdateVideoMemoryUsageStats(
|
| video_memory_usage_stats);
|
| }
|
|
|