commit | 035117fc872c003925563e350cc0bdf4e2f449c1 | [log] [tgz] |
---|---|---|
author | Daniel Bratell <bratell@opera.com> | Wed Feb 27 12:25:57 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Feb 27 12:25:57 2019 |
tree | 0504c6255ec0ac3148999485c81a10dac352f882 | |
parent | 599efcbd542769813a44218df513dab841f7bd5e [diff] |
[jumbo] Avoid having two TimeTicksFromSecondsD With the changes to port from wtf/time.h to base/time/time.h the core test build target ended up with two TimeTicksFromSecondsD which clashed in some jumbo builds. This patch is a short term fix that inlines one of them. A long term fix would imho be to add a TimeTick::FromSecondsD method. Bug: 919383 Change-Id: I5ff65f2a8bcfb95fc0163453793f7c290bbd9e52 Reviewed-on: https://chromium-review.googlesource.com/c/1489196 Auto-Submit: Daniel Bratell <bratell@opera.com> Commit-Queue: Sergio Villar <svillar@igalia.com> Reviewed-by: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#635974}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .