app_list: Elevate the verbosity level to 1.
This elevates it from 4 or 5 depending if it is a normal file or unit test file to 1 for everything. Used the following command line to lint the files: $ for in $(g ls-files ui/app_list/ | grep -E '.*\.(cc|h)$' | grep -v cocoa); do cpplint.py --verbose=1 $f; done BUG=None TEST=see above R=tapted@chromium.org Review URL: https://codereview.chromium.org/972463002 Cr-Commit-Position: refs/heads/master@{#318745}
Showing
Please register or sign in to comment