Chromium Code Reviews| Index: ppapi/cpp/dev/directory_entry_dev.h |
| =================================================================== |
| --- ppapi/cpp/dev/directory_entry_dev.h (revision 67885) |
| +++ ppapi/cpp/dev/directory_entry_dev.h (working copy) |
| @@ -17,7 +17,6 @@ |
| ~DirectoryEntry_Dev(); |
| DirectoryEntry_Dev& operator=(const DirectoryEntry_Dev& other); |
| - void swap(DirectoryEntry_Dev& other); |
| // Returns true if the DirectoryEntry is invalid or uninitialized. |
| bool is_null() const { return !data_.file_ref; } |