| Index: content/public/common/drop_data.h
|
| diff --git a/content/public/common/drop_data.h b/content/public/common/drop_data.h
|
| index fce6db13774f772181d135a12c452ff553f58699..e2901832a80d081b976c8906a222c07e8ef9c2cb 100644
|
| --- a/content/public/common/drop_data.h
|
| +++ b/content/public/common/drop_data.h
|
| @@ -23,6 +23,8 @@
|
|
|
| namespace content {
|
|
|
| +typedef std::pair<base::string16, base::string16> MimeTypeKindPair;
|
| +
|
| struct CONTENT_EXPORT DropData {
|
| struct FileSystemFileInfo {
|
| FileSystemFileInfo() : size(0) {}
|
|
|