| Index: content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
|
| diff --git a/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc b/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
|
| index 8b2f7000226d6d376e4a06124013ed4828c26e6f..0b449302022d12389bcd01ccad3ba6bbddb774d2 100644
|
| --- a/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
|
| +++ b/content/browser/geolocation/arbitrator_dependency_factories_for_test.cc
|
| @@ -12,9 +12,6 @@ GeolocationArbitratorDependencyFactoryWithLocationProvider::
|
| : factory_function_(factory_function) {
|
| }
|
|
|
| -GeolocationArbitratorDependencyFactoryWithLocationProvider::
|
| - ~GeolocationArbitratorDependencyFactoryWithLocationProvider() {}
|
| -
|
| LocationProviderBase*
|
| GeolocationArbitratorDependencyFactoryWithLocationProvider::
|
| NewNetworkLocationProvider(
|
| @@ -30,3 +27,8 @@ GeolocationArbitratorDependencyFactoryWithLocationProvider::
|
| NewSystemLocationProvider() {
|
| return NULL;
|
| }
|
| +
|
| +GeolocationArbitratorDependencyFactoryWithLocationProvider::
|
| +~GeolocationArbitratorDependencyFactoryWithLocationProvider() {
|
| +}
|
| +
|
|
|