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

Unified Diff: services/service_manager/public/cpp/tests/interface_registry_unittest.cc

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 months 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
Index: services/service_manager/public/cpp/tests/interface_registry_unittest.cc
diff --git a/services/shell/public/cpp/tests/interface_registry_unittest.cc b/services/service_manager/public/cpp/tests/interface_registry_unittest.cc
similarity index 93%
rename from services/shell/public/cpp/tests/interface_registry_unittest.cc
rename to services/service_manager/public/cpp/tests/interface_registry_unittest.cc
index 747d9da234966e926620bbb982c0557b9e130381..3d45fd1cf8ae6b1d926f4a156a4af412455d3407 100644
--- a/services/shell/public/cpp/tests/interface_registry_unittest.cc
+++ b/services/service_manager/public/cpp/tests/interface_registry_unittest.cc
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/shell/public/cpp/interface_registry.h"
+#include "services/service_manager/public/cpp/interface_registry.h"
#include "base/message_loop/message_loop.h"
-#include "services/shell/public/cpp/interface_binder.h"
+#include "services/service_manager/public/cpp/interface_binder.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace shell {
« no previous file with comments | « services/service_manager/public/cpp/tests/BUILD.gn ('k') | services/service_manager/public/cpp/typemaps.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698