summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run
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 /chrome/browser/first_run
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 'chrome/browser/first_run')
-rw-r--r--chrome/browser/first_run/first_run_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run/first_run_win.cc b/chrome/browser/first_run/first_run_win.cc
index 985c4c8..646a713 100644
--- a/chrome/browser/first_run/first_run_win.cc
+++ b/chrome/browser/first_run/first_run_win.cc
@@ -51,7 +51,7 @@
#include "views/controls/link.h"
#include "views/focus/accelerator_handler.h"
#include "views/grid_layout.h"
-#include "views/standard_layout.h"
+#include "views/layout/layout_constants.h"
#include "views/widget/root_view.h"
#include "views/widget/widget_win.h"
#include "views/window/window.h"