| Index: content/common/gpu/gpu_memory_manager_unittest.cc
|
| diff --git a/content/common/gpu/gpu_memory_manager_unittest.cc b/content/common/gpu/gpu_memory_manager_unittest.cc
|
| index 18ebce20786d51f829ce98f503e23f9e1e4f7db0..d0237fb5ec0e876d4f7429aaff6dd40a7129a752 100644
|
| --- a/content/common/gpu/gpu_memory_manager_unittest.cc
|
| +++ b/content/common/gpu/gpu_memory_manager_unittest.cc
|
| @@ -3,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "content/common/gpu/gpu_memory_manager.h"
|
| +
|
| #include "content/common/gpu/gpu_memory_manager_client.h"
|
| #include "content/common/gpu/gpu_memory_tracking.h"
|
| #include "gpu/command_buffer/common/gpu_memory_allocation.h"
|
| -#include "ui/gfx/size_conversions.h"
|
| -
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/gfx/geometry/size_conversions.h"
|
|
|
| using gpu::MemoryAllocation;
|
|
|
|
|