Chromium Code Reviews| Index: base/string_piece.cc |
| diff --git a/base/string_piece.cc b/base/string_piece.cc |
| index 68448920177e1b305aaceb41bb3389c2d652827f..082e3c26b6d5ac7e97a633a803525bdaf144b068 100644 |
| --- a/base/string_piece.cc |
| +++ b/base/string_piece.cc |
| @@ -4,7 +4,7 @@ |
| // Copied from strings/stringpiece.cc with modifications |
| #include <algorithm> |
| -#include <iostream> |
| +#include <ostream> |
| #include "base/string_piece.h" |