| Index: third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingTestBase.h b/third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| index b45f04c3537209f49f8b01c8fad7cea3ae6db16d..35b5f873d775f8446d760c57f2912715157325d4 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingTestBase.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef EditingTestBase_h
|
| #define EditingTestBase_h
|
|
|
| -#include "core/editing/Position.h"
|
| -#include "wtf/Forward.h"
|
| #include <gtest/gtest.h>
|
| #include <memory>
|
| #include <string>
|
| +#include "core/editing/Position.h"
|
| +#include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|