| Index: third_party/WebKit/Source/platform/testing/GeometryPrinters.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/GeometryPrinters.cpp b/third_party/WebKit/Source/platform/testing/GeometryPrinters.cpp
|
| index 64c44d888e53a0dd3dff1f45f5e853725bafba6d..6a1b75304aa08d1baffe4e3260c79ab3fd114111 100644
|
| --- a/third_party/WebKit/Source/platform/testing/GeometryPrinters.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/GeometryPrinters.cpp
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "platform/testing/GeometryPrinters.h"
|
|
|
| +#include <ostream> // NOLINT
|
| #include "platform/geometry/DoublePoint.h"
|
| #include "platform/geometry/DoubleRect.h"
|
| #include "platform/geometry/DoubleSize.h"
|
| @@ -19,7 +20,6 @@
|
| #include "platform/geometry/LayoutPoint.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| -#include <ostream> // NOLINT
|
|
|
| namespace blink {
|
|
|
|
|