Chromium Code Reviews| Index: ppapi/cpp/dev/file_io_dev.h |
| =================================================================== |
| --- ppapi/cpp/dev/file_io_dev.h (revision 67885) |
| +++ ppapi/cpp/dev/file_io_dev.h (working copy) |
| @@ -21,7 +21,6 @@ |
| FileIO_Dev(const FileIO_Dev& other); |
| FileIO_Dev& operator=(const FileIO_Dev& other); |
| - void swap(FileIO_Dev& other); |
| // PPB_FileIO methods: |
| int32_t Open(const FileRef_Dev& file_ref, |