Commit cab5d2ce authored by thakis's avatar thakis Committed by Commit bot

Don't needlessly include <iostream>.

iostream contains a static initializer and generally should be frowned upon.
It also makes presubmit fire when touching this file.  (But after removing
this, they complain about streams, so it doesn't really solve that problem.)

BUG=none

Review URL: https://codereview.chromium.org/1626413002

Cr-Commit-Position: refs/heads/master@{#371496}
parent e5fb5cd0
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "core/css/CSSPrimitiveValue.h" #include "core/css/CSSPrimitiveValue.h"
#include "core/css/CSSValue.h" #include "core/css/CSSValue.h"
#include <iostream> #include <ostream>
namespace testing { namespace testing {
namespace internal { namespace internal {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment