Chromium Code Reviews| Index: src/usage-analyzer.h |
| diff --git a/src/usage-analyzer.h b/src/usage-analyzer.h |
| index 2369422b9c46d8928aca71f59785da992f8e2ca0..1b0ea4a0fbdf2b1d2cebad7e1812ddf76579df59 100644 |
| --- a/src/usage-analyzer.h |
| +++ b/src/usage-analyzer.h |
| @@ -28,7 +28,8 @@ |
| #ifndef V8_USAGE_ANALYZER_H_ |
| #define V8_USAGE_ANALYZER_H_ |
| -namespace v8 { namespace internal { |
| +namespace v8 { |
| +namespace internal { |
| // Compute usage counts for all variables. |
| // Used for variable allocation. |