Chromium Code Reviews| 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" |