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

Unified Diff: content/browser/device_orientation/message_filter.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
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/device_orientation/provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/device_orientation/message_filter.h
diff --git a/content/browser/device_orientation/message_filter.h b/content/browser/device_orientation/message_filter.h
index f0135f49096dc0c99411fa294382d4ca715e0769..a523d6c13815729a7f2dab336e54f61c9809acbd 100644
--- a/content/browser/device_orientation/message_filter.h
+++ b/content/browser/device_orientation/message_filter.h
@@ -24,7 +24,7 @@ class DeviceOrientationMessageFilter : public BrowserMessageFilter {
bool* message_was_ok) OVERRIDE = 0;
protected:
- DeviceOrientationMessageFilter(DeviceData::Type device_data_type);
+ explicit DeviceOrientationMessageFilter(DeviceData::Type device_data_type);
virtual ~DeviceOrientationMessageFilter();
void OnStartUpdating(int render_view_id);
« no previous file with comments | « content/app/content_main_runner.cc ('k') | content/browser/device_orientation/provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698