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

Unified Diff: native_client_sdk/src/libraries/nacl_io/socket/fifo_packet.h

Issue 443693002: [NaCl SDK] nacl_io: Remove use of new/delete for data buffers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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
Index: native_client_sdk/src/libraries/nacl_io/socket/fifo_packet.h
diff --git a/native_client_sdk/src/libraries/nacl_io/socket/fifo_packet.h b/native_client_sdk/src/libraries/nacl_io/socket/fifo_packet.h
index 295465ded9f9d45b16e8a3424605cab4ea5ef77d..e8ba0b3c38423237b694f48c92e6c489cd534d0b 100644
--- a/native_client_sdk/src/libraries/nacl_io/socket/fifo_packet.h
+++ b/native_client_sdk/src/libraries/nacl_io/socket/fifo_packet.h
@@ -8,7 +8,6 @@
#include <string.h>
#include <list>
-#include <vector>
#include "nacl_io/fifo_interface.h"
#include "ppapi/c/pp_resource.h"
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/osinttypes.h ('k') | native_client_sdk/src/libraries/nacl_io/socket/packet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698