| Index: sky/engine/v8_inspector/ScriptRegexp.h
|
| diff --git a/sky/engine/bindings/core/v8/ScriptRegexp.h b/sky/engine/v8_inspector/ScriptRegexp.h
|
| similarity index 92%
|
| rename from sky/engine/bindings/core/v8/ScriptRegexp.h
|
| rename to sky/engine/v8_inspector/ScriptRegexp.h
|
| index f2a13afc9a2e4205ab10519ce36381b322bb7815..9b9aafe872778ae6890c8310f705a882ea11cb33 100644
|
| --- a/sky/engine/bindings/core/v8/ScriptRegexp.h
|
| +++ b/sky/engine/v8_inspector/ScriptRegexp.h
|
| @@ -24,8 +24,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTREGEXP_H_
|
| -#define SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTREGEXP_H_
|
| +#ifndef SKY_ENGINE_V8_INSPECTOR_SCRIPTREGEXP_H_
|
| +#define SKY_ENGINE_V8_INSPECTOR_SCRIPTREGEXP_H_
|
|
|
| #include "sky/engine/bindings/core/v8/ScopedPersistent.h"
|
| #include "sky/engine/wtf/Noncopyable.h"
|
| @@ -54,4 +54,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // SKY_ENGINE_BINDINGS_CORE_V8_SCRIPTREGEXP_H_
|
| +#endif // SKY_ENGINE_V8_INSPECTOR_SCRIPTREGEXP_H_
|
|
|