Index: sync/internal_api/sync_encryption_handler_impl_unittest.cc |
diff --git a/sync/internal_api/sync_encryption_handler_impl_unittest.cc b/sync/internal_api/sync_encryption_handler_impl_unittest.cc |
index 919a65dd4da4adf2654735866c0cfc4f4671e01c..5dc91835b6344e22c8efafdaa63f520624911f85 100644 |
--- a/sync/internal_api/sync_encryption_handler_impl_unittest.cc |
+++ b/sync/internal_api/sync_encryption_handler_impl_unittest.cc |
@@ -337,7 +337,7 @@ class SyncEncryptionHandlerImplTest : public ::testing::Test { |
scoped_ptr<SyncEncryptionHandlerImpl> encryption_handler_; |
StrictMock<SyncEncryptionHandlerObserverMock> observer_; |
TestIdFactory ids_; |
- MessageLoop message_loop_; |
+ base::MessageLoop message_loop_; |
}; |
// Verify that the encrypted types are being written to and read from the |