Index: services/test_service/test_request_tracker_application.cc |
diff --git a/mojo/services/test_service/test_request_tracker_application.cc b/services/test_service/test_request_tracker_application.cc |
similarity index 92% |
rename from mojo/services/test_service/test_request_tracker_application.cc |
rename to services/test_service/test_request_tracker_application.cc |
index a6a026106ddf5613aa4c2bb8d833c44ff6269917..4d296a929702aed832b1c3236fd1cc36938ccf7a 100644 |
--- a/mojo/services/test_service/test_request_tracker_application.cc |
+++ b/services/test_service/test_request_tracker_application.cc |
@@ -2,14 +2,14 @@ |
// 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_request_tracker_application.h" |
+#include "services/test_service/test_request_tracker_application.h" |
#include <assert.h> |
#include "mojo/public/c/system/main.h" |
#include "mojo/public/cpp/application/application_connection.h" |
#include "mojo/public/cpp/application/application_runner.h" |
-#include "mojo/services/test_service/test_time_service_impl.h" |
+#include "services/test_service/test_time_service_impl.h" |
namespace mojo { |
namespace test { |