| Index: third_party/WebKit/Source/core/fetch/Resource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h
|
| index f34672226467d25884d8dcd8d948fd09a3d2ccb5..144a4de9ce69ff60b0246400fc82f90be325de08 100644
|
| --- a/third_party/WebKit/Source/core/fetch/Resource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/Resource.h
|
| @@ -395,7 +395,7 @@ public:
|
| Resource::Type type() const { return m_type; }
|
|
|
| protected:
|
| - ResourceFactory(Resource::Type type) : m_type(type) { }
|
| + explicit ResourceFactory(Resource::Type type) : m_type(type) { }
|
|
|
| Resource::Type m_type;
|
| };
|
|
|