Index: third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp |
diff --git a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp |
index af4913f8026b15cf7dc9fdb0f1393e7f3ac4e5c8..2ee7c6e1cb5cf7777c99d5a7b50d17b684b30099 100644 |
--- a/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp |
+++ b/third_party/WebKit/Source/core/editing/InputMethodControllerTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/editing/InputMethodController.h" |
+#include <memory> |
#include "core/dom/Document.h" |
#include "core/dom/Element.h" |
#include "core/dom/Range.h" |
@@ -17,7 +18,6 @@ |
#include "core/html/HTMLInputElement.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |