Index: content/browser/geolocation/wifi_data_provider_unittest_win.cc |
diff --git a/content/browser/geolocation/wifi_data_provider_unittest_win.cc b/content/browser/geolocation/wifi_data_provider_unittest_win.cc |
index e4cd77b103316f2909463a0377a9f471e06d5c2b..c74f42c57391d69dc5cdd5b4f4d45bb2fe7a3940 100644 |
--- a/content/browser/geolocation/wifi_data_provider_unittest_win.cc |
+++ b/content/browser/geolocation/wifi_data_provider_unittest_win.cc |
@@ -12,7 +12,7 @@ namespace content { |
TEST(GeolocationWin32WifiDataProviderTest, CreateDestroy) { |
// WifiDataProviderCommon requires the client to have a message loop. |
- MessageLoop dummy_loop; |
+ base::MessageLoop dummy_loop; |
scoped_refptr<Win32WifiDataProvider> instance(new Win32WifiDataProvider); |
instance = NULL; |
SUCCEED(); |