| Index: content/common/gpu/gpu_memory_manager.cc
|
| diff --git a/content/common/gpu/gpu_memory_manager.cc b/content/common/gpu/gpu_memory_manager.cc
|
| index 85aa15f92f9aec7c339ff4c2b5424bdf386feff1..10f769c134b87f41ed75a19f0450a5de5fc78e14 100644
|
| --- a/content/common/gpu/gpu_memory_manager.cc
|
| +++ b/content/common/gpu/gpu_memory_manager.cc
|
| @@ -18,7 +18,6 @@
|
| #include "content/common/gpu/gpu_messages.h"
|
| #include "gpu/command_buffer/common/gpu_memory_allocation.h"
|
| #include "gpu/command_buffer/service/gpu_switches.h"
|
| -#include "gpu/ipc/common/memory_stats.h"
|
|
|
| using gpu::MemoryAllocation;
|
|
|
| @@ -92,7 +91,7 @@
|
| }
|
|
|
| void GpuMemoryManager::GetVideoMemoryUsageStats(
|
| - gpu::VideoMemoryUsageStats* video_memory_usage_stats) const {
|
| + GPUVideoMemoryUsageStats* video_memory_usage_stats) const {
|
| // For each context group, assign its memory usage to its PID
|
| video_memory_usage_stats->process_map.clear();
|
| for (TrackingGroupMap::const_iterator i =
|
|
|