| 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 8fed315d45003820558fe8318600cd2165e56fa8..c32cc928c8fc87854dd3cf84253e9421e1a751c7 100644
|
| --- a/content/common/gpu/gpu_memory_manager.cc
|
| +++ b/content/common/gpu/gpu_memory_manager.cc
|
| @@ -8,10 +8,10 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/process/process_handle.h"
|
| #include "base/strings/string_number_conversions.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/common/gpu/gpu_channel_manager.h"
|
| #include "content/common/gpu/gpu_memory_manager_client.h"
|
| #include "content/common/gpu/gpu_memory_tracking.h"
|
|
|