| Index: chrome/browser/geolocation/device_data_provider_unittest.cc
|
| diff --git a/chrome/browser/geolocation/device_data_provider_unittest.cc b/chrome/browser/geolocation/device_data_provider_unittest.cc
|
| index a361fc61e1c702575c87b88832cd43cfbc38a884..b4d4ac61506a63cb76ea0f529dbe47ce706725a4 100644
|
| --- a/chrome/browser/geolocation/device_data_provider_unittest.cc
|
| +++ b/chrome/browser/geolocation/device_data_provider_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
| +
|
| class NullWifiDataListenerInterface
|
| : public WifiDataProviderCommon::ListenerInterface {
|
| public:
|
| @@ -16,7 +17,6 @@ class NullWifiDataListenerInterface
|
| virtual void DeviceDataUpdateAvailable(
|
| DeviceDataProvider<WifiData>* provider) {}
|
| };
|
| -}
|
|
|
| TEST(GeolocationDeviceDataProviderWifiData, CreateDestroy) {
|
| // See http://crbug.com/59913 . The main_message_loop is not required to be
|
| @@ -38,3 +38,5 @@ TEST(GeolocationDeviceDataProviderWifiData, CreateDestroy) {
|
| }
|
| }
|
| }
|
| +
|
| +} // namespace
|
|
|