summaryrefslogtreecommitdiffstats
path: root/views/window
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 22:46:36 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-26 22:46:36 +0000
commit5d8054efc1e1f26ea806e46869df5e0a84e41a4c (patch)
treed9ea6ee9f36f2c49fbc2790a8fbab6e46223b51d /views/window
parent9b5f60667cb4674740ced33201a28acea5ae1183 (diff)
downloadchromium_src-5d8054efc1e1f26ea806e46869df5e0a84e41a4c.zip
chromium_src-5d8054efc1e1f26ea806e46869df5e0a84e41a4c.tar.gz
chromium_src-5d8054efc1e1f26ea806e46869df5e0a84e41a4c.tar.bz2
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
Diffstat (limited to 'views/window')
-rw-r--r--views/window/dialog_client_view.cc4
1 files changed, 2 insertions, 2 deletions
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"