Index: content/browser/geolocation/arbitrator_dependency_factory.cc |
diff --git a/content/browser/geolocation/arbitrator_dependency_factory.cc b/content/browser/geolocation/arbitrator_dependency_factory.cc |
index 0be268eb585621e205b74605fdfba76c61e06b9c..caeb5c3ea41404b5b11885f0a2185c1860c25519 100644 |
--- a/content/browser/geolocation/arbitrator_dependency_factory.cc |
+++ b/content/browser/geolocation/arbitrator_dependency_factory.cc |
@@ -41,3 +41,7 @@ LocationProviderBase* |
DefaultGeolocationArbitratorDependencyFactory::NewSystemLocationProvider() { |
return ::NewSystemLocationProvider(); |
} |
+ |
+DefaultGeolocationArbitratorDependencyFactory:: |
+~DefaultGeolocationArbitratorDependencyFactory() { |
+} |