Chromium Code Reviews| Index: src/v8-counters.cc |
| diff --git a/src/v8-counters.cc b/src/v8-counters.cc |
| index 3a8286a64967b69487dd667f39fe3a0c882d4b38..de2ce66954badd55cf6a79d01451173f1ad8a958 100644 |
| --- a/src/v8-counters.cc |
| +++ b/src/v8-counters.cc |
| @@ -29,7 +29,8 @@ |
| #include "v8-counters.h" |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| #define HT(name, caption) \ |
| HistogramTimer Counters::name = { #caption, NULL, false, 0, 0 }; \ |