| Index: chrome/browser/task_manager/task_manager.h
|
| diff --git a/chrome/browser/task_manager/task_manager.h b/chrome/browser/task_manager/task_manager.h
|
| index a10ea2141bb6066b12963a54bd46787d13d9866c..5e4e1ccba9f008039b4c5034b833c7c22e72f4c1 100644
|
| --- a/chrome/browser/task_manager/task_manager.h
|
| +++ b/chrome/browser/task_manager/task_manager.h
|
| @@ -21,7 +21,7 @@
|
| #include "build/build_config.h"
|
| #include "chrome/browser/task_manager/resource_provider.h"
|
| #include "chrome/browser/ui/host_desktop.h"
|
| -#include "gpu/ipc/common/memory_stats.h"
|
| +#include "content/public/common/gpu_memory_stats.h"
|
| #include "third_party/WebKit/public/web/WebCache.h"
|
|
|
| class PrefRegistrySimple;
|
| @@ -298,7 +298,7 @@
|
| void RefreshPhysicalMemoryFromWorkingSetSnapshot();
|
|
|
| void NotifyVideoMemoryUsageStats(
|
| - const gpu::VideoMemoryUsageStats& video_memory_usage_stats);
|
| + const content::GPUVideoMemoryUsageStats& video_memory_usage_stats);
|
|
|
| void NotifyBytesRead(const net::URLRequest& request, int64_t bytes_read);
|
|
|
| @@ -509,7 +509,7 @@
|
| ResourceValueMap current_byte_count_map_;
|
|
|
| // A map that contains the video memory usage for a process
|
| - gpu::VideoMemoryUsageStats video_memory_usage_stats_;
|
| + content::GPUVideoMemoryUsageStats video_memory_usage_stats_;
|
|
|
| // Set to true when we've requested video stats and false once we get them.
|
| bool pending_video_memory_usage_stats_update_;
|
|
|