Chromium Code Reviews| Index: src/ppc/codegen-ppc.h |
| diff --git a/src/ppc/codegen-ppc.h b/src/ppc/codegen-ppc.h |
| index f8da74eaa617e21451c849345b06fcc91dbb1d96..7f19beea7d02346d8dc9f7cc66f18cea6aa14b1b 100644 |
| --- a/src/ppc/codegen-ppc.h |
| +++ b/src/ppc/codegen-ppc.h |
| @@ -35,7 +35,7 @@ class MathExpGenerator : public AllStatic { |
| private: |
| DISALLOW_COPY_AND_ASSIGN(MathExpGenerator); |
| }; |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_PPC_CODEGEN_PPC_H_ |