| Index: mojo/aura/aura_init.h
|
| diff --git a/mojo/aura/aura_init.h b/mojo/aura/aura_init.h
|
| deleted file mode 100644
|
| index 3f5944964099c5c246edf83ef33c6f983f661633..0000000000000000000000000000000000000000
|
| --- a/mojo/aura/aura_init.h
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -// Copyright 2014 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 MOJO_AURA_AURA_INIT_MOJO_H_
|
| -#define MOJO_AURA_AURA_INIT_MOJO_H_
|
| -
|
| -#include "base/memory/scoped_ptr.h"
|
| -
|
| -namespace mojo {
|
| -
|
| -class ScreenMojo;
|
| -
|
| -// Sets up necessary state for aura when run with the viewmanager.
|
| -class AuraInit {
|
| - public:
|
| - AuraInit();
|
| - ~AuraInit();
|
| -
|
| - private:
|
| - scoped_ptr<ScreenMojo> screen_;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(AuraInit);
|
| -};
|
| -
|
| -} // namespace mojo
|
| -
|
| -#endif // MOJO_AURA_AURA_INIT_MOJO_H_
|
|
|