| Index: base/time/time.cc
|
| diff --git a/base/time/time.cc b/base/time/time.cc
|
| index 4e942015fcf578015138c7a824ea65ac6b416b8c..428c555643b713cf77b2c032481c4002c06eb3cf 100644
|
| --- a/base/time/time.cc
|
| +++ b/base/time/time.cc
|
| @@ -126,7 +126,7 @@ int64_t SaturatedSub(TimeDelta delta, int64_t value) {
|
| } // namespace time_internal
|
|
|
| std::ostream& operator<<(std::ostream& os, TimeDelta time_delta) {
|
| - return os << time_delta.InSecondsF() << "s";
|
| + return os << time_delta.InSecondsF() << " s";
|
| }
|
|
|
| // Time -----------------------------------------------------------------------
|
|
|