Index: third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp |
index ee051fb97d1c336feedf533cf1d0a40d5cffca12..c19f6021627ac15afa81ad8f1fa614bc91a9ebcb 100644 |
--- a/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/VisibleUnitsTest.cpp |
@@ -4,13 +4,13 @@ |
#include "core/editing/VisibleUnits.h" |
+#include <ostream> // NOLINT |
#include "core/dom/Text.h" |
#include "core/editing/EditingTestBase.h" |
#include "core/editing/VisiblePosition.h" |
#include "core/html/TextControlElement.h" |
#include "core/layout/LayoutTextFragment.h" |
#include "core/layout/line/InlineTextBox.h" |
-#include <ostream> // NOLINT |
namespace blink { |