| Index: net/quic/quic_time.h
|
| diff --git a/net/quic/quic_time.h b/net/quic/quic_time.h
|
| index 53e5ebe02c20f779c4a664488faa3cce92787f24..62bf582af49abb9e93d00e3a3d569f6d8e91b867 100644
|
| --- a/net/quic/quic_time.h
|
| +++ b/net/quic/quic_time.h
|
| @@ -17,6 +17,8 @@
|
|
|
| namespace net {
|
|
|
| +static const int kNumSecondsPerMinute = 60;
|
| +static const int kNumSecondsPerHour = kNumSecondsPerMinute * 60;
|
| static const uint64 kNumMicrosPerSecond = base::Time::kMicrosecondsPerSecond;
|
| static const uint64 kNumMicrosPerMilli =
|
| base::Time::kMicrosecondsPerMillisecond;
|
|
|