| Index: services/test_service/test_service_application.h
|
| diff --git a/mojo/services/test_service/test_service_application.h b/services/test_service/test_service_application.h
|
| similarity index 87%
|
| rename from mojo/services/test_service/test_service_application.h
|
| rename to services/test_service/test_service_application.h
|
| index 49fcdda4296de78b05d5ef8e6709096b7833b038..927b50682a923233b814f653ebf7e7790fb8ef8d 100644
|
| --- a/mojo/services/test_service/test_service_application.h
|
| +++ b/services/test_service/test_service_application.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_SERVICES_TEST_SERVICE_TEST_SERVICE_APPLICATION_H_
|
| -#define MOJO_SERVICES_TEST_SERVICE_TEST_SERVICE_APPLICATION_H_
|
| +#ifndef SERVICES_TEST_SERVICE_TEST_SERVICE_APPLICATION_H_
|
| +#define SERVICES_TEST_SERVICE_TEST_SERVICE_APPLICATION_H_
|
|
|
| #include "mojo/public/cpp/application/application_delegate.h"
|
| #include "mojo/public/cpp/application/interface_factory.h"
|
| @@ -46,4 +46,4 @@ class TestServiceApplication : public ApplicationDelegate,
|
| } // namespace test
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SERVICES_TEST_SERVICE_TEST_SERVICE_APPLICATION_H_
|
| +#endif // SERVICES_TEST_SERVICE_TEST_SERVICE_APPLICATION_H_
|
|
|