| Index: third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| index f8307c23fd9e2c92ab1447957b3c8978bcaf309b..1ef0fcf35203a91f88b8150db45fa8a52d61a21e 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| +++ b/third_party/WebKit/Source/core/editing/commands/CompositeEditCommand.h
|
| @@ -31,7 +31,7 @@
|
| #include "core/editing/commands/EditCommand.h"
|
| #include "core/editing/commands/EditingState.h"
|
| #include "core/editing/commands/UndoStep.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|