| Index: content/browser/device_orientation/provider_impl.h
|
| diff --git a/content/browser/device_orientation/provider_impl.h b/content/browser/device_orientation/provider_impl.h
|
| index 02e2e8808c9a983bd94a63aad15707d8b51d363f..36d3b6760520b75a9931c413d7e947ecd53227c7 100644
|
| --- a/content/browser/device_orientation/provider_impl.h
|
| +++ b/content/browser/device_orientation/provider_impl.h
|
| @@ -27,7 +27,7 @@ class ProviderImpl : public Provider {
|
| // Create a ProviderImpl that uses the factory to create a DataFetcher that
|
| // can provide data. A NULL DataFetcherFactory indicates that there are no
|
| // DataFetchers for this OS.
|
| - CONTENT_EXPORT ProviderImpl(DataFetcherFactory factory);
|
| + CONTENT_EXPORT explicit ProviderImpl(DataFetcherFactory factory);
|
|
|
| // From Provider.
|
| virtual void AddObserver(Observer* observer) OVERRIDE;
|
|
|