| Index: third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp b/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| index 0a9f163a9db918ddfe7e86dda4514a3d8748f93e..26bf4f1b61f169451c054febcae9a4c2eda661ea 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/RemoveCSSPropertyCommand.cpp
|
| @@ -29,7 +29,7 @@
|
| #include "core/css/CSSStyleDeclaration.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/dom/Element.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|