Chromium Code Reviews| Index: src/ppc/constants-ppc.h |
| diff --git a/src/ppc/constants-ppc.h b/src/ppc/constants-ppc.h |
| index b304bad7cebbc34326bea54c1f8501c452f30f54..ece27a365eef6f4b9a63ceceeb2a5b41e2a09e99 100644 |
| --- a/src/ppc/constants-ppc.h |
| +++ b/src/ppc/constants-ppc.h |
| @@ -592,7 +592,7 @@ class FPRegisters { |
| private: |
| static const char* names_[kNumFPRegisters]; |
| }; |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_PPC_CONSTANTS_PPC_H_ |