Make naming of new layout constants consistent.
commit5e02deba9525b4d1ee8856509c37e7556e1f31e3
authorpkasting <pkasting@chromium.org>
Sat, 19 Sep 2015 04:17:31 +0000 (18 21:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 19 Sep 2015 04:18:13 +0000 (19 04:18 +0000)
tree4120fa2b9eb75e2218b6bf976d74f7f85032e05b
parent95212c13d90f2d8f45c5c48be6eb0da1832ec34e
Make naming of new layout constants consistent.

We weren't attaching "view" to anything other than the toolbar, so remove it
there as well.  This is shorter without losing clarity.

Also rename various constants inside layout_constants.cc so everything is
consistently named (match the enum names, use "Padding" as the suffix for inset-
related constants).

BUG=none
TEST=none

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

Cr-Commit-Position: refs/heads/master@{#349847}
chrome/browser/ui/views/layout_constants.cc
chrome/browser/ui/views/layout_constants.h
chrome/browser/ui/views/toolbar/toolbar_view.cc