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

Unified Diff: third_party/WebKit/Source/core/fetch/RawResource.h

Issue 2377253002: Add explicit to core/fetch, core/loader and modules/websockets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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: third_party/WebKit/Source/core/fetch/RawResource.h
diff --git a/third_party/WebKit/Source/core/fetch/RawResource.h b/third_party/WebKit/Source/core/fetch/RawResource.h
index 80a0333e8a976d789ff533836751acc3030b6dd1..7191f65f2487f3d378667953452a2b85c6ddcb53 100644
--- a/third_party/WebKit/Source/core/fetch/RawResource.h
+++ b/third_party/WebKit/Source/core/fetch/RawResource.h
@@ -64,7 +64,7 @@ public:
private:
class RawResourceFactory : public ResourceFactory {
public:
- RawResourceFactory(Resource::Type type)
+ explicit RawResourceFactory(Resource::Type type)
: ResourceFactory(type) { }
Resource* create(const ResourceRequest& request, const ResourceLoaderOptions& options, const String& charset) const override
« no previous file with comments | « third_party/WebKit/Source/core/fetch/LinkFetchResource.h ('k') | third_party/WebKit/Source/core/fetch/RawResourceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698