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

Unified Diff: webkit/support/web_audio_device_mock.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 | « webkit/media/webvideoframe_impl.h ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/web_audio_device_mock.h
diff --git a/webkit/support/web_audio_device_mock.h b/webkit/support/web_audio_device_mock.h
index 3a963c2266d96a1f86eab9d45a8658e2cd987f03..a79ceda10733095a9e3d3361f97c31e5ca6887f1 100644
--- a/webkit/support/web_audio_device_mock.h
+++ b/webkit/support/web_audio_device_mock.h
@@ -9,7 +9,7 @@
class WebAudioDeviceMock : public WebKit::WebAudioDevice {
public:
- WebAudioDeviceMock(double sampleRate);
+ explicit WebAudioDeviceMock(double sampleRate);
virtual ~WebAudioDeviceMock() { }
virtual void start() { }
« no previous file with comments | « webkit/media/webvideoframe_impl.h ('k') | webkit/tools/test_shell/simple_resource_loader_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698