Chromium Code Reviews| Index: src/ic/stub-cache.h |
| diff --git a/src/ic/stub-cache.h b/src/ic/stub-cache.h |
| index cb1b62848ed3d0dec35fbf8418808d17bcaf0e08..4b27e6e396db6cfa619bd64e3a7fa2593376d455 100644 |
| --- a/src/ic/stub-cache.h |
| +++ b/src/ic/stub-cache.h |
| @@ -165,7 +165,7 @@ class StubCache { |
| DISALLOW_COPY_AND_ASSIGN(StubCache); |
| }; |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_STUB_CACHE_H_ |