commit | cf175a098081f3f0e9ca52d997a7ce1585c14c2d | [log] [tgz] |
---|---|---|
author | Gilad Arnold <garnold@chromium.org> | Thu Jul 10 16:48:47 2014 -0700 |
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | Fri Jul 11 18:54:57 2014 +0000 |
tree | 2d3dc5048c3a578c3cabf1839d58b3a8d78b3060 | |
parent | a1eabcdc93d118146639139257c2f5ccc3ffb061 [diff] |
Fix cpplint errors. The only non-obvious change here is the switch from dynamic_cast to static_cast in three cases of down-casting in UpdateAttempter. dynamic_cast is banned by style, nor does it add any safety in this particular case (subsequent code dereferences the result right away without checking whether it's null). BUG=None TEST=None Change-Id: I9d49b46362feaf9c6fa13b2715ebe9fe50308a9a Reviewed-on: https://chromium-review.googlesource.com/207470 Tested-by: Gilad Arnold <garnold@chromium.org> Reviewed-by: Alex Vakulenko <avakulenko@chromium.org> Commit-Queue: Gilad Arnold <garnold@chromium.org>