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

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

Issue 8687013: Get the examples to run in aura_shell. (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 | « ui/views/examples/combobox_example.cc ('k') | ui/views/examples/double_split_view_example.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/examples/double_split_view_example.h
===================================================================
--- ui/views/examples/double_split_view_example.h (revision 111815)
+++ ui/views/examples/double_split_view_example.h (working copy)
@@ -12,26 +12,26 @@
namespace views {
class SingleSplitView;
-}
namespace examples {
class DoubleSplitViewExample : public ExampleBase {
public:
- explicit DoubleSplitViewExample(ExamplesMain* main);
+ DoubleSplitViewExample();
virtual ~DoubleSplitViewExample();
// Overridden from ExampleBase:
- virtual void CreateExampleView(views::View* container) OVERRIDE;
+ virtual void CreateExampleView(View* container) OVERRIDE;
private:
// The SingleSplitViews to be embedded.
- views::SingleSplitView* outer_single_split_view_;
- views::SingleSplitView* inner_single_split_view_;
+ SingleSplitView* outer_single_split_view_;
+ SingleSplitView* inner_single_split_view_;
DISALLOW_COPY_AND_ASSIGN(DoubleSplitViewExample);
};
} // namespace examples
+} // namespace views
#endif // UI_VIEWS_EXAMPLES_DOUBLE_SPLIT_VIEW_EXAMPLE_H_
« no previous file with comments | « ui/views/examples/combobox_example.cc ('k') | ui/views/examples/double_split_view_example.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698