Index: chrome/browser/geolocation/win7_location_provider_unittest_win.cc |
diff --git a/chrome/browser/geolocation/win7_location_provider_unittest_win.cc b/chrome/browser/geolocation/win7_location_provider_unittest_win.cc |
index ababadd304d2d1790f9e58af9af3481b54075b43..a930db10d0ed203953c6a4fe186061390231a7da 100644 |
--- a/chrome/browser/geolocation/win7_location_provider_unittest_win.cc |
+++ b/chrome/browser/geolocation/win7_location_provider_unittest_win.cc |
@@ -49,7 +49,7 @@ class MockWin7LocationApi : public Win7LocationApi { |
} |
private: |
- MockWin7LocationApi() : Win7LocationApi(NULL, NULL, NULL) { |
+ MockWin7LocationApi() { |
ON_CALL(*this, GetPosition(_)) |
.WillByDefault(Invoke(this, |
&MockWin7LocationApi::GetPositionValid)); |