| Index: mash/example/common/mus_views_init.h
|
| diff --git a/components/mus/example/common/mus_views_init.h b/mash/example/common/mus_views_init.h
|
| similarity index 89%
|
| rename from components/mus/example/common/mus_views_init.h
|
| rename to mash/example/common/mus_views_init.h
|
| index d268e9ba6d2917d024d536b54f7f7e8bbcb838ed..43da4f4e53ff37b4ace5aaaa73a78bdc59595905 100644
|
| --- a/components/mus/example/common/mus_views_init.h
|
| +++ b/mash/example/common/mus_views_init.h
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_
|
| -#define COMPONENTS_MUS_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_
|
| +#ifndef MASH_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_
|
| +#define MASH_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "components/mus/public/cpp/window_tree_delegate.h"
|
| #include "components/mus/public/interfaces/window_manager.mojom.h"
|
| @@ -50,4 +51,4 @@ class MUSViewsInit : public views::ViewsDelegate,
|
| DISALLOW_COPY_AND_ASSIGN(MUSViewsInit);
|
| };
|
|
|
| -#endif // COMPONENTS_MUS_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_
|
| +#endif // MASH_EXAMPLE_COMMON_MUS_VIEWS_INIT_H_
|
|
|