Chromium Code Reviews| Index: chrome/common/common_param_traits.h |
| =================================================================== |
| --- chrome/common/common_param_traits.h (revision 30202) |
| +++ chrome/common/common_param_traits.h (working copy) |
| @@ -282,7 +282,7 @@ |
| std::vector<net::UploadData::Element> elements; |
| if (!ReadParam(m, iter, &elements)) |
| return false; |
| - int identifier; |
| + int64 identifier; |
| if (!ReadParam(m, iter, &identifier)) |
| return false; |
| *r = new net::UploadData; |