From 5d8054efc1e1f26ea806e46869df5e0a84e41a4c Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 26 Jan 2011 22:46:36 +0000 Subject: views: Move standard_layout.h into the layout directory. Also rename it to layout_constants, as now this file just contains constants. The grid_layout files will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6257017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72709 0039d316-1c4b-4281-b951-d872f2087c98 --- views/window/dialog_client_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/window') diff --git a/views/window/dialog_client_view.cc b/views/window/dialog_client_view.cc index d39acec..8420ad8 100644 --- a/views/window/dialog_client_view.cc +++ b/views/window/dialog_client_view.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -22,7 +22,7 @@ #include "ui/base/l10n/l10n_util.h" #include "ui/base/resource/resource_bundle.h" #include "views/controls/button/native_button.h" -#include "views/standard_layout.h" +#include "views/layout/layout_constants.h" #include "views/window/dialog_delegate.h" #include "views/window/window.h" -- cgit v1.1