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

Unified Diff: ui/views/examples/combobox_example.h

Issue 8573005: ui/views/examples: Only include fill_layout.h on source file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « no previous file | ui/views/examples/combobox_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/combobox_example.h
diff --git a/ui/views/examples/combobox_example.h b/ui/views/examples/combobox_example.h
index 757fe3d6dfb998f4ed3bd59a7fdb8e1ca61ecb40..e198c9c9b4346e77f034ccba30ee9efaa5d90d4a 100644
--- a/ui/views/examples/combobox_example.h
+++ b/ui/views/examples/combobox_example.h
@@ -10,7 +10,6 @@
#include "base/compiler_specific.h"
#include "ui/views/examples/example_base.h"
#include "views/controls/combobox/combobox.h"
-#include "views/layout/fill_layout.h"
namespace examples {
@@ -29,7 +28,6 @@ class ComboboxExample : public ExampleBase,
int prev_index,
int new_index) OVERRIDE;
- // This test only control.
views::Combobox* combobox_;
DISALLOW_COPY_AND_ASSIGN(ComboboxExample);
« no previous file with comments | « no previous file | ui/views/examples/combobox_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698