Cleanup: Fix 'shouldAnimate' in browser.cc.
commit41f4208c1554faa1b61555f98fed491c125b7949
authortfarina <tfarina@chromium.org>
Fri, 26 Dec 2014 14:08:12 +0000 (26 06:08 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Dec 2014 14:09:47 +0000 (26 14:09 +0000)
treedf3d99679eb2bac9cf077b3a0990051f4832cbbc
parent230ee938d45c07ad557bff9cae816bf4a1229871
Cleanup: Fix 'shouldAnimate' in browser.cc.

The style used for variables in Chromium C++ code is unix_hacker style
and thus the variable should be named 'should_animate'.

BUG=None
R=sky@chromium.org

Review URL: https://codereview.chromium.org/808243002

Cr-Commit-Position: refs/heads/master@{#309676}
chrome/browser/ui/browser.cc