Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(198)

Unified Diff: ppapi/cpp/dev/directory_entry_dev.h

Issue 5539001: Remove all the swap() stuff in the PPAPI C++ wrappers.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/dev/buffer_dev.cc ('k') | ppapi/cpp/dev/directory_entry_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « ppapi/cpp/dev/buffer_dev.cc ('k') | ppapi/cpp/dev/directory_entry_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698