| Index: third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp
|
| index 8717d960925227e615a160700817adf90fefadc4..d49bb32b0111e295043d7127b55252efa3761c75 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DocumentExecCommand.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/html/TextControlElement.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "platform/Histogram.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|