| Index: net/log/net_log_util.cc
 | 
| diff --git a/net/log/net_log_util.cc b/net/log/net_log_util.cc
 | 
| index 4d5074c73b66d728034eb63d18c20dbf2eba5128..2a82abc6f98c23ba5f44828f4b3cf9196fc73c7c 100644
 | 
| --- a/net/log/net_log_util.cc
 | 
| +++ b/net/log/net_log_util.cc
 | 
| @@ -275,7 +275,7 @@ scoped_ptr<base::DictionaryValue> GetNetConstants() {
 | 
|    // actual system times.  Time ticks are used throughout since they are stable
 | 
|    // across system clock changes.
 | 
|    {
 | 
| -    int64 tick_to_unix_time_ms =
 | 
| +    int64_t tick_to_unix_time_ms =
 | 
|          (base::TimeTicks() - base::TimeTicks::UnixEpoch()).InMilliseconds();
 | 
|  
 | 
|      // Pass it as a string, since it may be too large to fit in an integer.
 | 
| 
 |