| Index: sky/engine/bindings/exception_state.cc
|
| diff --git a/sky/engine/bindings2/exception_state.cc b/sky/engine/bindings/exception_state.cc
|
| similarity index 96%
|
| rename from sky/engine/bindings2/exception_state.cc
|
| rename to sky/engine/bindings/exception_state.cc
|
| index 3c71fcda242dc13fc6dd1b0d80018971e3b11026..9ba2862515b723ba626eaa867ac95a8e82411630 100644
|
| --- a/sky/engine/bindings2/exception_state.cc
|
| +++ b/sky/engine/bindings/exception_state.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "sky/engine/config.h"
|
| -#include "sky/engine/bindings2/exception_state.h"
|
| +#include "sky/engine/bindings/exception_state.h"
|
|
|
| namespace blink {
|
|
|
|
|