Index: services/test_service/test_service_application.cc |
diff --git a/mojo/services/test_service/test_service_application.cc b/services/test_service/test_service_application.cc |
similarity index 89% |
rename from mojo/services/test_service/test_service_application.cc |
rename to services/test_service/test_service_application.cc |
index 17fed3e0c74a5740abc927ec2c32e50c836d5ad0..ca3ada1123c98c680bd947af8b08e3b200e49434 100644 |
--- a/mojo/services/test_service/test_service_application.cc |
+++ b/services/test_service/test_service_application.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/services/test_service/test_service_application.h" |
+#include "services/test_service/test_service_application.h" |
#include <assert.h> |
@@ -10,8 +10,8 @@ |
#include "mojo/public/cpp/application/application_connection.h" |
#include "mojo/public/cpp/application/application_runner.h" |
#include "mojo/public/cpp/utility/run_loop.h" |
-#include "mojo/services/test_service/test_service_impl.h" |
-#include "mojo/services/test_service/test_time_service_impl.h" |
+#include "services/test_service/test_service_impl.h" |
+#include "services/test_service/test_time_service_impl.h" |
namespace mojo { |
namespace test { |