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

Unified Diff: mojo/shell/data_pipe_peek.cc

Issue 1445003002: Use std::default_delete as the default deleter for scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows maybe Created 5 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
Index: mojo/shell/data_pipe_peek.cc
diff --git a/mojo/shell/data_pipe_peek.cc b/mojo/shell/data_pipe_peek.cc
index 4c74c5537bb1be381f2290570ee691b57e4eb8a3..3306e67680eb061a393a24a097950fc09fd54e3d 100644
--- a/mojo/shell/data_pipe_peek.cc
+++ b/mojo/shell/data_pipe_peek.cc
@@ -5,6 +5,7 @@
#include "mojo/shell/data_pipe_peek.h"
#include <stdint.h>
+#include <algorithm>
danakj 2015/11/17 19:09:27 whitespace between these (cuz they are diff sets a
dcheng 2015/11/17 20:21:03 Done.
#include "base/bind.h"
#include "base/macros.h"

Powered by Google App Engine
This is Rietveld 408576698