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

Unified Diff: views/examples/combobox_example.h

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/examples/combobox_example.h
diff --git a/views/examples/combobox_example.h b/views/examples/combobox_example.h
index 35e85c0e1f44e73f33f8b743dd2d65d387b1265b..fc423bf3c272a999f8292204f7e423efd26b769c 100644
--- a/views/examples/combobox_example.h
+++ b/views/examples/combobox_example.h
@@ -11,7 +11,7 @@
#include "ui/base/models/combobox_model.h"
#include "views/controls/combobox/combobox.h"
#include "views/examples/example_base.h"
-#include "views/fill_layout.h"
+#include "views/layout/fill_layout.h"
using ui::ComboboxModel; // TODO(beng): remove

Powered by Google App Engine
This is Rietveld 408576698