| Index: src/base/platform/condition-variable.cc
|
| diff --git a/src/base/platform/condition-variable.cc b/src/base/platform/condition-variable.cc
|
| index e5b9bd0810edb65e09a1e0911fab391cf7757e99..fcd6cf7974da4aa093d02887c8d0cc710163f65f 100644
|
| --- a/src/base/platform/condition-variable.cc
|
| +++ b/src/base/platform/condition-variable.cc
|
| @@ -313,4 +313,5 @@ bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
|
|
|
| #endif // V8_OS_POSIX
|
|
|
| -} } // namespace v8::base
|
| +} // namespace base
|
| +} // namespace v8
|
|
|