Chromium Code Reviews| Index: src/store-buffer.cc |
| diff --git a/src/store-buffer.cc b/src/store-buffer.cc |
| index 24d6e733536c20b3c827af65f2b4305fcb6c616d..e29be6ecb625d38e86bc3b28c5ea76715e832fc7 100644 |
| --- a/src/store-buffer.cc |
| +++ b/src/store-buffer.cc |
| @@ -6,9 +6,9 @@ |
| #include <algorithm> |
| +#include "counters.h" |
| #include "v8.h" |
|
Michael Starzinger
2014/05/06 16:17:02
nit: The "v8.h" include file should go first.
|
| #include "store-buffer-inl.h" |
| -#include "v8-counters.h" |
| namespace v8 { |
| namespace internal { |