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

Unified Diff: services/test_service/test_service_impl.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_impl.h ('k') | services/test_service/test_time_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_impl.cc
diff --git a/mojo/services/test_service/test_service_impl.cc b/services/test_service/test_service_impl.cc
similarity index 86%
rename from mojo/services/test_service/test_service_impl.cc
rename to services/test_service/test_service_impl.cc
index b7414aa3ab1dcf07d4c168bcea431cae5b77e647..86ba08c3c9302e1176226c67812e894b2f2c3466 100644
--- a/mojo/services/test_service/test_service_impl.cc
+++ b/services/test_service/test_service_impl.cc
@@ -2,15 +2,15 @@
// 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_impl.h"
+#include "services/test_service/test_service_impl.h"
#include "base/bind.h"
#include "base/i18n/time_formatting.h"
#include "base/strings/utf_string_conversions.h"
#include "mojo/public/cpp/application/application_connection.h"
-#include "mojo/services/test_service/test_request_tracker_client_impl.h"
-#include "mojo/services/test_service/test_service_application.h"
-#include "mojo/services/test_service/test_time_service_impl.h"
+#include "services/test_service/test_request_tracker_client_impl.h"
+#include "services/test_service/test_service_application.h"
+#include "services/test_service/test_time_service_impl.h"
namespace mojo {
namespace test {
« no previous file with comments | « services/test_service/test_service_impl.h ('k') | services/test_service/test_time_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698