Chromium Code Reviews| Index: content/public/common/drop_data.cc |
| diff --git a/content/public/common/drop_data.cc b/content/public/common/drop_data.cc |
| index 5f9466b39bf33f4f64f7cb80ebe29785db56e719..e5115751338991e5dd136d9c7cbd4af169267189 100644 |
| --- a/content/public/common/drop_data.cc |
| +++ b/content/public/common/drop_data.cc |
| @@ -6,6 +6,10 @@ |
| namespace content { |
| +DropData::FileSystemFileInfo::FileSystemFileInfo() : size(0) {} |
|
jam
2014/04/22 17:11:28
nit: i think you can inline this and the dtor and
hashimoto
2014/04/23 03:42:37
I thought it would because GURL is not POD.
Howeve
|
| + |
| +DropData::FileSystemFileInfo::~FileSystemFileInfo() {} |
| + |
| DropData::DropData() |
| : did_originate_from_renderer(false), |
| referrer_policy(blink::WebReferrerPolicyDefault) {} |