Index: content/browser/storage_partition_impl_unittest.cc |
diff --git a/content/browser/storage_partition_impl_unittest.cc b/content/browser/storage_partition_impl_unittest.cc |
index 8b68ef5ecc663e225133c076b4ca111d9580a7a3..631ac7b749ca01437ac6d4ac19bdeeada7ee70b5 100644 |
--- a/content/browser/storage_partition_impl_unittest.cc |
+++ b/content/browser/storage_partition_impl_unittest.cc |
@@ -85,7 +85,7 @@ class StoragePartitionShaderClearTest : public testing::Test { |
size_t Size() { return cache_->Size(); } |
- MessageLoop* message_loop() { return &message_loop_; } |
+ base::MessageLoop* message_loop() { return &message_loop_; } |
private: |
virtual void TearDown() OVERRIDE { |
@@ -94,7 +94,7 @@ class StoragePartitionShaderClearTest : public testing::Test { |
} |
base::ScopedTempDir temp_dir_; |
- MessageLoopForIO message_loop_; |
+ base::MessageLoopForIO message_loop_; |
TestBrowserThread ui_thread_; |
TestBrowserThread cache_thread_; |
TestBrowserThread io_thread_; |