Chromium Code Reviews| Index: base/time.h |
| diff --git a/base/time.h b/base/time.h |
| index 78d7456b68ae273c3bf27e8aaf93cd3742efe02c..9c20b548b474031e190c806c6aef2a5ad27a3c1c 100644 |
| --- a/base/time.h |
| +++ b/base/time.h |
| @@ -241,7 +241,7 @@ class BASE_EXPORT Time { |
| }; |
| // Contains the NULL time. Use Time::Now() to get the current time. |
| - explicit Time() : us_(0) { |
| + Time() : us_(0) { |
| } |
| // Returns true if the time object has not been initialized. |