Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 8a1052e4e7dc458d93cb0b9c4cc0d93a22bb0925..bb29f4e69e83861a88167d1d1fe21a0e96704de3 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -22,7 +22,7 @@ |
| #include "src/property-details.h" |
| #include "src/unicode-decoder.h" |
| #include "src/unicode.h" |
| -#include "src/zone.h" |
| +#include "src/zone/zone.h" |
| #if V8_TARGET_ARCH_ARM |
| #include "src/arm/constants-arm.h" // NOLINT |