| Index: mojo/application/public/cpp/application_delegate.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/application/application_delegate.h b/mojo/application/public/cpp/application_delegate.h
|
| similarity index 88%
|
| rename from third_party/mojo/src/mojo/public/cpp/application/application_delegate.h
|
| rename to mojo/application/public/cpp/application_delegate.h
|
| index 5519f6cd78ff56c921b5519db4b0c0610666401e..2c3423fce58c12e681f0e22a81fe3aab40a2b58e 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/application/application_delegate.h
|
| +++ b/mojo/application/public/cpp/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 MOJO_PUBLIC_APPLICATION_APPLICATION_DELEGATE_H_
|
| -#define MOJO_PUBLIC_APPLICATION_APPLICATION_DELEGATE_H_
|
| +#ifndef MOJO_APPLICATION_PUBLIC_CPP_APPLICATION_DELEGATE_H_
|
| +#define MOJO_APPLICATION_PUBLIC_CPP_APPLICATION_DELEGATE_H_
|
|
|
| #include <string>
|
|
|
| @@ -44,4 +44,4 @@ class ApplicationDelegate {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_PUBLIC_APPLICATION_APPLICATION_DELEGATE_H_
|
| +#endif // MOJO_APPLICATION_PUBLIC_CPP_APPLICATION_DELEGATE_H_
|
|
|