| Index: third_party/WebKit/Source/core/editing/commands/EditingState.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/EditingState.h b/third_party/WebKit/Source/core/editing/commands/EditingState.h
|
| index fc9f562632ee96b10fd91d745f17392d5da52d06..938d39c184a996e7e984fd46785a5603d72f70e0 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/EditingState.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/EditingState.h
|
| @@ -6,9 +6,9 @@
|
| #define EditingState_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|