From 12e02fab8ec3e85bdb2e6c60116fc53d95b18ce0 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 23 Feb 2011 03:02:12 +0000 Subject: views: Move the remaining layout constants to the views namespace. Final Part. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6538076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75703 0039d316-1c4b-4281-b951-d872f2087c98 --- views/layout/layout_constants.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'views') diff --git a/views/layout/layout_constants.h b/views/layout/layout_constants.h index 2d0c1d3..85633d4 100644 --- a/views/layout/layout_constants.h +++ b/views/layout/layout_constants.h @@ -10,6 +10,8 @@ // layout. // see: spec 21/4 +namespace views { + // Left or right margin. const int kPanelHorizMargin = 13; @@ -29,11 +31,6 @@ const int kPanelSubVerticalSpacing = 24; // Vertical spacing between a label and some control. const int kLabelToControlVerticalSpacing = 8; -// TODO(tfarina): Move this namespace to the top of this file around of all -// these constants. But this needs to be done in small steps, as it's -// impossible to convert everything at the same time. -namespace views { - // Small horizontal spacing between controls that are logically related. const int kRelatedControlSmallHorizontalSpacing = 8; -- cgit v1.1