summaryrefslogtreecommitdiffstats
path: root/views/grid_layout.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-25 17:34:25 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-25 17:34:25 +0000
commit731433e5376f38b4dac392299f61cf7816effbb2 (patch)
tree08fc02d9377b514b7bd0e9483475fe920ae0c92b /views/grid_layout.h
parent161f1ff1b634105191fe2ec8b0b2d09524863fad (diff)
downloadchromium_src-731433e5376f38b4dac392299f61cf7816effbb2.zip
chromium_src-731433e5376f38b4dac392299f61cf7816effbb2.tar.gz
chromium_src-731433e5376f38b4dac392299f61cf7816effbb2.tar.bz2
views: Move layout_manager.[cc,h] into layout directory.
The other layout files will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6374011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/grid_layout.h')
-rw-r--r--views/grid_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/grid_layout.h b/views/grid_layout.h
index bfbfa64..da945b0 100644
--- a/views/grid_layout.h
+++ b/views/grid_layout.h
@@ -9,7 +9,7 @@
#include <string>
#include <vector>
-#include "views/layout_manager.h"
+#include "views/layout/layout_manager.h"
#include "views/view.h"
namespace gfx {