summaryrefslogtreecommitdiffstats
path: root/views/examples/throbber_example.cc
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/throbber_example.cc
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/throbber_example.cc')
-rw-r--r--views/examples/throbber_example.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/examples/throbber_example.cc b/views/examples/throbber_example.cc
index d03a9d9..9def3ce 100644
--- a/views/examples/throbber_example.cc
+++ b/views/examples/throbber_example.cc
@@ -1,11 +1,11 @@
-// 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.
#include "views/examples/throbber_example.h"
#include "views/controls/throbber.h"
-#include "views/fill_layout.h"
+#include "views/layout/fill_layout.h"
#include "views/view.h"
namespace {