| Index: mash/example/main/main_application_delegate.h
|
| diff --git a/components/mus/example/main/main_application_delegate.h b/mash/example/main/main_application_delegate.h
|
| similarity index 81%
|
| rename from components/mus/example/main/main_application_delegate.h
|
| rename to mash/example/main/main_application_delegate.h
|
| index 2c2e6f2a4f1579229236d66efee1a04353063cf7..9542d1c73162d61536dab613a6f76fcf6cbfc39c 100644
|
| --- a/components/mus/example/main/main_application_delegate.h
|
| +++ b/mash/example/main/main_application_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
|
| -#define COMPONENTS_MUS_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
|
| +#ifndef MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
|
| +#define MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_vector.h"
|
| @@ -30,4 +30,4 @@ class MainApplicationDelegate : public mojo::ApplicationDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(MainApplicationDelegate);
|
| };
|
|
|
| -#endif // COMPONENTS_MUS_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
|
| +#endif // MASH_EXAMPLE_MAIN_MAIN_APPLICATION_DELEGATE_H_
|
|
|