| Index: content/common/gpu/gpu_memory_buffer_factory_unittest.cc
|
| diff --git a/content/common/gpu/gpu_memory_buffer_factory_unittest.cc b/content/common/gpu/gpu_memory_buffer_factory_unittest.cc
|
| index f9dc7e1a3963fbe9470581c65ca12d0fe688dcc1..dbd9b7602e0cf59aa3f82bb7dd1693e60e1aea8f 100644
|
| --- a/content/common/gpu/gpu_memory_buffer_factory_unittest.cc
|
| +++ b/content/common/gpu/gpu_memory_buffer_factory_unittest.cc
|
| @@ -28,7 +28,7 @@ class GpuMemoryBufferFactoryTest
|
| };
|
|
|
| TEST_P(GpuMemoryBufferFactoryTest, CreateAndDestroy) {
|
| - const int kBufferId = 1;
|
| + const gfx::GpuMemoryBufferId kBufferId(1);
|
| const int kClientId = 1;
|
|
|
| gfx::Size buffer_size(2, 2);
|
|
|