| Index: media/PRESUBMIT.py
|
| diff --git a/media/PRESUBMIT.py b/media/PRESUBMIT.py
|
| index 45612e06de38cb30ebcd41e806c9e63acfadbf83..d87000bcc96d997f3ac684c54923c342e5446d21 100644
|
| --- a/media/PRESUBMIT.py
|
| +++ b/media/PRESUBMIT.py
|
| @@ -32,7 +32,7 @@ def _CheckForUseOfWrongClock(input_api, output_api):
|
| #
|
| # using base::Time;
|
| # ...
|
| - # int64 foo_us = foo_s * Time::kMicrosecondsPerSecond;
|
| + # int64_t foo_us = foo_s * Time::kMicrosecondsPerSecond;
|
| using_base_time_decl_pattern = r'^\s*using\s+(::)?base::Time\s*;'
|
|
|
| # Regular expression to detect references to the kXXX constants in the
|
|
|