summaryrefslogtreecommitdiffstats
path: root/views/examples/table_example.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-25 00:46:38 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-25 00:46:38 +0000
commitb232f5b8282e981a95e0363ad856b700475c9272 (patch)
tree2129dd31688c8e182ecc43a600fc8f4dade92263 /views/examples/table_example.h
parentb1ce29b16fb9782d53dcae3fb523996b337e5805 (diff)
downloadchromium_src-b232f5b8282e981a95e0363ad856b700475c9272.zip
chromium_src-b232f5b8282e981a95e0363ad856b700475c9272.tar.gz
chromium_src-b232f5b8282e981a95e0363ad856b700475c9272.tar.bz2
views: Move fill_layout.[cc,h] into layout directory.
The other layout files under views directory will be moved later. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/6360014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/examples/table_example.h')
-rw-r--r--views/examples/table_example.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/examples/table_example.h b/views/examples/table_example.h
index fdce299..a9e6ebc 100644
--- a/views/examples/table_example.h
+++ b/views/examples/table_example.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 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.
@@ -14,7 +14,7 @@
#include "views/controls/table/table_view.h"
#include "views/controls/table/table_view_observer.h"
#include "views/examples/example_base.h"
-#include "views/fill_layout.h"
+#include "views/layout/fill_layout.h"
using ui::TableModel;
using ui::TableModelObserver; // TODO(beng): remove these