| Index: mash/example/views_examples/views_examples_application_delegate.h
|
| diff --git a/components/mus/example/views_examples/views_examples_application_delegate.h b/mash/example/views_examples/views_examples_application_delegate.h
|
| similarity index 79%
|
| rename from components/mus/example/views_examples/views_examples_application_delegate.h
|
| rename to mash/example/views_examples/views_examples_application_delegate.h
|
| index c317aa2e1ac2313e6a0c48050335a9803dbeaa6e..47fb91a634d75b0fc7ad4a70856c6412c2e3cf55 100644
|
| --- a/components/mus/example/views_examples/views_examples_application_delegate.h
|
| +++ b/mash/example/views_examples/views_examples_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_CLIENT_VIEWS_EXAMPLES_APPLICATION_DELEGATE_H_
|
| -#define COMPONENTS_MUS_EXAMPLE_CLIENT_VIEWS_EXAMPLES_APPLICATION_DELEGATE_H_
|
| +#ifndef MASH_EXAMPLE_VIEWS_EXAMPLES_APPLICATION_DELEGATE_H_
|
| +#define MASH_EXAMPLE_VIEWS_EXAMPLES_APPLICATION_DELEGATE_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -32,4 +32,4 @@ class ViewsExamplesApplicationDelegate : public mojo::ApplicationDelegate {
|
| DISALLOW_COPY_AND_ASSIGN(ViewsExamplesApplicationDelegate);
|
| };
|
|
|
| -#endif // COMPONENTS_MUS_EXAMPLE_CLIENT_VIEWS_EXAMPLES_APPLICATION_DELEGATE_H_
|
| +#endif // MASH_EXAMPLE_VIEWS_EXAMPLES_APPLICATION_DELEGATE_H_
|
|
|