Index: content/browser/geolocation/wifi_data_provider_linux_unittest.cc |
diff --git a/content/browser/geolocation/wifi_data_provider_linux_unittest.cc b/content/browser/geolocation/wifi_data_provider_linux_unittest.cc |
index 4585008ac0248ba3ac601335f42dc2a7de0d3298..718fb5d85cc7335e85ee36162da97d362232f873 100644 |
--- a/content/browser/geolocation/wifi_data_provider_linux_unittest.cc |
+++ b/content/browser/geolocation/wifi_data_provider_linux_unittest.cc |
@@ -104,7 +104,7 @@ class GeolocationWifiDataProviderLinuxTest : public testing::Test { |
// DeviceDataProviderImplBase, a super class of WifiDataProviderLinux, |
// requires a message loop to be present. message_loop_ is defined here, |
// as it should outlive wifi_provider_linux_. |
- MessageLoop message_loop_; |
+ base::MessageLoop message_loop_; |
scoped_refptr<dbus::MockBus> mock_bus_; |
scoped_refptr<dbus::MockObjectProxy> mock_network_manager_proxy_; |
scoped_refptr<dbus::MockObjectProxy> mock_access_point_proxy_; |