Index: content/browser/geolocation/arbitrator_dependency_factories_for_test.h |
diff --git a/content/browser/geolocation/arbitrator_dependency_factories_for_test.h b/content/browser/geolocation/arbitrator_dependency_factories_for_test.h |
index 8e0e18fd74752c9eddfca19f2b73e4b880a3b1ae..55e412c2cb7b302682acb50fcd6132528cf198c3 100644 |
--- a/content/browser/geolocation/arbitrator_dependency_factories_for_test.h |
+++ b/content/browser/geolocation/arbitrator_dependency_factories_for_test.h |
@@ -15,7 +15,6 @@ class GeolocationArbitratorDependencyFactoryWithLocationProvider |
GeolocationArbitratorDependencyFactoryWithLocationProvider( |
LocationProviderFactoryFunction factory_function); |
- virtual ~GeolocationArbitratorDependencyFactoryWithLocationProvider(); |
virtual LocationProviderBase* NewNetworkLocationProvider( |
content::AccessTokenStore* access_token_store, |
@@ -26,6 +25,8 @@ class GeolocationArbitratorDependencyFactoryWithLocationProvider |
virtual LocationProviderBase* NewSystemLocationProvider() OVERRIDE; |
protected: |
+ virtual ~GeolocationArbitratorDependencyFactoryWithLocationProvider(); |
+ |
LocationProviderFactoryFunction factory_function_; |
}; |