Chromium Code Reviews| Index: ppapi/cpp/dev/directory_reader_dev.h |
| =================================================================== |
| --- ppapi/cpp/dev/directory_reader_dev.h (revision 67885) |
| +++ ppapi/cpp/dev/directory_reader_dev.h (working copy) |
| @@ -24,7 +24,6 @@ |
| DirectoryReader_Dev(const DirectoryReader_Dev& other); |
| DirectoryReader_Dev& operator=(const DirectoryReader_Dev& other); |
| - void swap(DirectoryReader_Dev& other); |
| // See PPB_DirectoryReader::GetNextEntry. |
| int32_t GetNextEntry(DirectoryEntry_Dev* entry, |