Chromium Code Reviews| Index: import/cross/zip_archive.cc |
| =================================================================== |
| --- import/cross/zip_archive.cc (revision 21208) |
| +++ import/cross/zip_archive.cc (working copy) |
| @@ -863,7 +863,7 @@ |
| #else |
| // get just the final path component |
| - int pos = filename.rfind('/'); |
| + string::size_type pos = filename.rfind('/'); |
| if (pos != string::npos) { |
| // TODO : need to get "proper" temp dir for user |
| // TODO : need to append GUID to filename |