Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: views/controls/listbox/listbox.cc

Issue 6360014: views: Move fill_layout.[cc,h] into layout directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: views/controls/listbox/listbox.cc
diff --git a/views/controls/listbox/listbox.cc b/views/controls/listbox/listbox.cc
index dad2826463f0885e29f3252940ec0ec9c7dbb784..e34dd6c139503d0711f3f5cdb220f8654cedbff7 100644
--- a/views/controls/listbox/listbox.cc
+++ b/views/controls/listbox/listbox.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.
@@ -6,7 +6,7 @@
#include "views/controls/listbox/native_listbox_wrapper.h"
#include "views/controls/native/native_view_host.h"
-#include "views/fill_layout.h"
+#include "views/layout/fill_layout.h"
namespace views {
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc ('k') | views/controls/tabbed_pane/native_tabbed_pane_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698