| Index: third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.cpp b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| index 0ef136cf24793929d1d2aa28c17549e3761fa100..efd98552a89107f34f8ecf134da217e483ea843c 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| @@ -46,7 +46,7 @@
|
| #include "core/page/FocusController.h"
|
| #include "core/page/Page.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| -#include "wtf/AutoReset.h"
|
| +#include "platform/wtf/AutoReset.h"
|
|
|
| namespace blink {
|
| SelectionController* SelectionController::Create(LocalFrame& frame) {
|
|
|