Chromium Code Reviews| Index: src/base/platform/mutex.h |
| diff --git a/src/base/platform/mutex.h b/src/base/platform/mutex.h |
| index 18e85de7bcaf6cd45bd5e77ba1d4590055e832ef..61df19d66a514ec65987ed9b0ec4e11d67a27425 100644 |
| --- a/src/base/platform/mutex.h |
| +++ b/src/base/platform/mutex.h |
| @@ -210,6 +210,7 @@ class LockGuard final { |
| DISALLOW_COPY_AND_ASSIGN(LockGuard); |
| }; |
| -} } // namespace v8::base |
| +} // namespace base |
| +} // namespace v8 |
| #endif // V8_BASE_PLATFORM_MUTEX_H_ |