Index: gpu/command_buffer/client/fenced_allocator_test.cc |
diff --git a/gpu/command_buffer/client/fenced_allocator_test.cc b/gpu/command_buffer/client/fenced_allocator_test.cc |
index dee31bd0444c19a9eec33a7d94e6e6ebf4132bcf..f733d432cd0f507fc65a920579bb147eaf01ef49 100644 |
--- a/gpu/command_buffer/client/fenced_allocator_test.cc |
+++ b/gpu/command_buffer/client/fenced_allocator_test.cc |
@@ -76,7 +76,7 @@ class BaseFencedAllocatorTest : public testing::Test { |
#if defined(OS_MACOSX) |
base::mac::ScopedNSAutoreleasePool autorelease_pool_; |
#endif |
- MessageLoop message_loop_; |
+ base::MessageLoop message_loop_; |
scoped_ptr<AsyncAPIMock> api_mock_; |
scoped_ptr<TransferBufferManagerInterface> transfer_buffer_manager_; |
scoped_ptr<CommandBufferService> command_buffer_; |
@@ -101,7 +101,7 @@ class FencedAllocatorTest : public BaseFencedAllocatorTest { |
virtual void TearDown() { |
// If the GpuScheduler posts any tasks, this forces them to run. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
EXPECT_TRUE(allocator_->CheckConsistency()); |
@@ -412,7 +412,7 @@ class FencedAllocatorWrapperTest : public BaseFencedAllocatorTest { |
virtual void TearDown() { |
// If the GpuScheduler posts any tasks, this forces them to run. |
- MessageLoop::current()->RunUntilIdle(); |
+ base::MessageLoop::current()->RunUntilIdle(); |
EXPECT_TRUE(allocator_->CheckConsistency()); |