Chromium Code Reviews| Index: src/asmjs/asm-types.cc |
| diff --git a/src/wasm/asm-types.cc b/src/asmjs/asm-types.cc |
| similarity index 99% |
| rename from src/wasm/asm-types.cc |
| rename to src/asmjs/asm-types.cc |
| index e5588ae922d3180bfa28da6a9dfd604d19417c09..4030c2ae74b471b4b5e8d9e82f1c961d939c2f24 100644 |
| --- a/src/wasm/asm-types.cc |
| +++ b/src/asmjs/asm-types.cc |
| @@ -4,7 +4,7 @@ |
| #include "src/v8.h" |
| -#include "src/wasm/asm-types.h" |
| +#include "src/asmjs/asm-types.h" |
| namespace v8 { |
| namespace internal { |