| 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 72deb4eca3bf1169b1fa16a17c0286f368e917c0..2a1fd75d76efb1bb4a3f8ad6c27b6473425d8542 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 {
|
|
|
|
|