Chromium Code Reviews| Index: src/objects-visiting.h |
| diff --git a/src/objects-visiting.h b/src/objects-visiting.h |
| index a4eb384db7de255af2ae6f93418baefb069544b9..fb66387d323240b64ffe93416821e2edc8035576 100644 |
| --- a/src/objects-visiting.h |
| +++ b/src/objects-visiting.h |
| @@ -5,7 +5,7 @@ |
| #ifndef V8_OBJECTS_VISITING_H_ |
| #define V8_OBJECTS_VISITING_H_ |
| -#include "allocation.h" |
| +#include "src/allocation.h" |
| // This file provides base classes and auxiliary methods for defining |
| // static object visitors used during GC. |