Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: services/test_service/test_service_application.cc

Issue 766403002: Move test_service implementation to //services (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « services/test_service/test_service_application.h ('k') | services/test_service/test_service_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « services/test_service/test_service_application.h ('k') | services/test_service/test_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698