Index: components/mus/example/window_type_launcher/window_type_launcher.h |
diff --git a/components/mus/example/window_type_launcher/window_type_launcher.h b/components/mus/example/window_type_launcher/window_type_launcher.h |
deleted file mode 100644 |
index bdfbd5e91909f212b18e63906aef53b6e9ed62f0..0000000000000000000000000000000000000000 |
--- a/components/mus/example/window_type_launcher/window_type_launcher.h |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-// Copyright 2015 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 COMPONENTS_MUS_EXAMPLE_WINDOW_TYPE_LAUNCHER_WINDOW_TYPE_LAUNCHER_H_ |
-#define COMPONENTS_MUS_EXAMPLE_WINDOW_TYPE_LAUNCHER_WINDOW_TYPE_LAUNCHER_H_ |
- |
-#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
-#include "mojo/application/public/cpp/application_delegate.h" |
- |
-namespace views { |
-class AuraInit; |
-} |
- |
-class WindowTypeLauncher : public mojo::ApplicationDelegate { |
- public: |
- WindowTypeLauncher(); |
- ~WindowTypeLauncher() override; |
- |
- private: |
- // ApplicationDelegate: |
- void Initialize(mojo::ApplicationImpl* app) override; |
- bool ConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) override; |
- |
- scoped_ptr<views::AuraInit> aura_init_; |
- |
- DISALLOW_COPY_AND_ASSIGN(WindowTypeLauncher); |
-}; |
- |
-#endif // COMPONENTS_MUS_EXAMPLE_WINDOW_TYPE_LAUNCHER_WINDOW_TYPE_LAUNCHER_H_ |