| Index: views/examples/single_split_view_example.h
|
| diff --git a/views/examples/single_split_view_example.h b/views/examples/single_split_view_example.h
|
| deleted file mode 100644
|
| index 6f6e81fc93f42104434e75a8f73d6bc7e3733331..0000000000000000000000000000000000000000
|
| --- a/views/examples/single_split_view_example.h
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef VIEWS_EXAMPLES_SINGLE_SPLIT_VIEW_EXAMPLE_H_
|
| -#define VIEWS_EXAMPLES_SINGLE_SPLIT_VIEW_EXAMPLE_H_
|
| -#pragma once
|
| -
|
| -#include "base/basictypes.h"
|
| -#include "base/compiler_specific.h"
|
| -#include "views/controls/single_split_view_listener.h"
|
| -#include "views/examples/example_base.h"
|
| -
|
| -namespace examples {
|
| -
|
| -class SingleSplitViewExample : public ExampleBase,
|
| - public views::SingleSplitViewListener {
|
| - public:
|
| - explicit SingleSplitViewExample(ExamplesMain* main);
|
| - virtual ~SingleSplitViewExample();
|
| -
|
| - // Overridden from ExampleBase:
|
| - virtual void CreateExampleView(views::View* container) OVERRIDE;
|
| -
|
| - private:
|
| - virtual bool SplitHandleMoved(views::SingleSplitView* sender) OVERRIDE;
|
| -
|
| - views::SingleSplitView* single_split_view_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(SingleSplitViewExample);
|
| -};
|
| -
|
| -} // namespace examples
|
| -
|
| -#endif // VIEWS_EXAMPLES_SINGLE_SPLIT_VIEW_EXAMPLE_H_
|
|
|