split view: Nix Ms suffix of TimeDelta constants in split_view_utils.cc
In split_view_utils.cc, the "Ms" suffix in the names of the TimeDelta constants does not make sense. The TimeDelta class abstracts away the unit, and does not even use milliseconds internally. The values are created from numbers of milliseconds, but this fact is clear enough from just the function name "FromMilliseconds." Test: manual Change-Id: Ic9973375fd07b22faf97332e82c2227a05bce3c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598920Reviewed-by:Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#658784}
Showing
Please register or sign in to comment