| Index: chromecast/crash/linux/crash_testing_utils.h
|
| diff --git a/chromecast/crash/linux/crash_testing_utils.h b/chromecast/crash/linux/crash_testing_utils.h
|
| index 6a2d5ded205686011d1f052da80ed302abd9d7d6..fba70bca1b6e864ef8b6ae400b3582c4b513d419 100644
|
| --- a/chromecast/crash/linux/crash_testing_utils.h
|
| +++ b/chromecast/crash/linux/crash_testing_utils.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
|
|
| #include "base/memory/scoped_vector.h"
|
| +#include "base/time/time.h"
|
|
|
| namespace chromecast {
|
|
|
| @@ -42,7 +43,8 @@ bool AppendLockFile(const std::string& lockfile_path,
|
|
|
| // Set the ratelimit period start in the metadata file at |metadata_path| to
|
| // |start|. Returns true on success, false on error.
|
| -bool SetRatelimitPeriodStart(const std::string& metadata_path, time_t start);
|
| +bool SetRatelimitPeriodStart(const std::string& metadata_path,
|
| + const base::Time& start);
|
|
|
| } // namespace chromecast
|
|
|
|
|