| Index: webrtc/base/logging.h
|
| diff --git a/webrtc/base/logging.h b/webrtc/base/logging.h
|
| index 886b5d88f70c9c899f26d07188007627911ffb7e..802dfa78d2b96ea7fae5d9845e8b6d5e09ebc9f8 100644
|
| --- a/webrtc/base/logging.h
|
| +++ b/webrtc/base/logging.h
|
| @@ -156,7 +156,7 @@ class LogMessage {
|
| // If this is not called externally, the LogMessage ctor also calls it, in
|
| // which case the logging start time will be the time of the first LogMessage
|
| // instance is created.
|
| - static uint32_t LogStartTime();
|
| + static int64_t LogStartTime();
|
|
|
| // Returns the wall clock equivalent of |LogStartTime|, in seconds from the
|
| // epoch.
|
|
|