Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: content/browser/device_orientation/provider_impl.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/browser/device_orientation/provider.h ('k') | content/browser/dom_storage/dom_storage_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698