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

Unified Diff: webkit/blob/mock_blob_url_request_context.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/blob/blob_url_request_job_unittest.cc ('k') | webkit/blob/mock_blob_url_request_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/blob/mock_blob_url_request_context.h
diff --git a/webkit/blob/mock_blob_url_request_context.h b/webkit/blob/mock_blob_url_request_context.h
index b89027c95e7c07c3ced8acb550a9cef39448c32c..58735dfdcb2b27e12427fa720329e79df3669cb1 100644
--- a/webkit/blob/mock_blob_url_request_context.h
+++ b/webkit/blob/mock_blob_url_request_context.h
@@ -19,7 +19,8 @@ class BlobStorageController;
class MockBlobURLRequestContext : public net::URLRequestContext {
public:
- MockBlobURLRequestContext(fileapi::FileSystemContext* file_system_context);
+ explicit MockBlobURLRequestContext(
+ fileapi::FileSystemContext* file_system_context);
virtual ~MockBlobURLRequestContext();
BlobStorageController* blob_storage_controller() const {
« no previous file with comments | « webkit/blob/blob_url_request_job_unittest.cc ('k') | webkit/blob/mock_blob_url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698