Fix a static initializer issue in LocalSiteCharImpl.
TimeDeltaToInternalRepresentation can't return a constexpr because it uses TimeDelta::InSeconds which can't be evaluated at compile time, remove the |kZeroIntervalInternalRepresentation| value as this doesn't provide any clear value here. Bug: 773382,846431 Change-Id: I6b2df260742c239cc664e8476c726d4ba15731dc Reviewed-on: https://chromium-review.googlesource.com/1072347 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#561608}
Showing
Please register or sign in to comment