Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: chromecast/crash/linux/crash_testing_utils.h

Issue 2203123003: [Chromecast] Remove usage of nonreentrant functions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: slan@ comments Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromecast/base/file_utils.cc ('k') | chromecast/crash/linux/crash_testing_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromecast/base/file_utils.cc ('k') | chromecast/crash/linux/crash_testing_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698