Index: content/browser/geolocation/device_data_provider.h |
diff --git a/content/browser/geolocation/device_data_provider.h b/content/browser/geolocation/device_data_provider.h |
index b15b98793cff934bdb10bdf802be78f9ea47e5b8..ba3fb8f4b34f601cf432b3ae08c62637c1898003 100644 |
--- a/content/browser/geolocation/device_data_provider.h |
+++ b/content/browser/geolocation/device_data_provider.h |
@@ -347,7 +347,7 @@ class DeviceDataProvider : public base::NonThreadSafe { |
impl_->StopDataProvider(); |
} |
- static CONTENT_EXPORT DeviceDataProviderImplBase<DataType>* |
+ CONTENT_EXPORT static DeviceDataProviderImplBase<DataType>* |
DefaultFactoryFunction(); |
// The singleton-like instance of this class. (Not 'true' singleton, as it |