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

Unified Diff: third_party/WebKit/Source/core/fetch/LinkFetchResource.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/LinkFetchResource.h
diff --git a/third_party/WebKit/Source/core/fetch/LinkFetchResource.h b/third_party/WebKit/Source/core/fetch/LinkFetchResource.h
index 7c0ba80db2ac70a4d569842e17af92c88e1aa383..38ca37244d3a6fdfd51e1d9f6d575e7f3308d1b6 100644
--- a/third_party/WebKit/Source/core/fetch/LinkFetchResource.h
+++ b/third_party/WebKit/Source/core/fetch/LinkFetchResource.h
@@ -24,7 +24,7 @@ public:
private:
class LinkResourceFactory : public ResourceFactory {
public:
- LinkResourceFactory(Resource::Type type)
+ explicit LinkResourceFactory(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/DocumentResourceReference.h ('k') | third_party/WebKit/Source/core/fetch/RawResource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698