| Index: sky/engine/core/editing/EditorCommand.cpp
|
| diff --git a/sky/engine/core/editing/EditorCommand.cpp b/sky/engine/core/editing/EditorCommand.cpp
|
| index aa9bc884f06cdd0afe71864937a2a9130eccce7e..b70f0906d6dcbdf3829c28212cde46c32ddc5a27 100644
|
| --- a/sky/engine/core/editing/EditorCommand.cpp
|
| +++ b/sky/engine/core/editing/EditorCommand.cpp
|
| @@ -30,8 +30,8 @@
|
|
|
| #include "gen/sky/core/CSSPropertyNames.h"
|
| #include "gen/sky/core/CSSValueKeywords.h"
|
| -#include "sky/engine/bindings2/exception_state.h"
|
| -#include "sky/engine/bindings2/exception_state_placeholder.h"
|
| +#include "sky/engine/bindings/exception_state.h"
|
| +#include "sky/engine/bindings/exception_state_placeholder.h"
|
| #include "sky/engine/core/css/CSSValueList.h"
|
| #include "sky/engine/core/css/StylePropertySet.h"
|
| #include "sky/engine/core/dom/DocumentFragment.h"
|
|
|