diff options
Diffstat (limited to 'content/browser/geolocation/wifi_data_provider_unittest_win.cc')
-rw-r--r-- | content/browser/geolocation/wifi_data_provider_unittest_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/geolocation/wifi_data_provider_unittest_win.cc b/content/browser/geolocation/wifi_data_provider_unittest_win.cc index e4cd77b..c74f42c 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(); |