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

Unified Diff: services/service_manager/background/tests/background_shell_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/background/tests/background_shell_unittest.cc
diff --git a/services/shell/background/tests/background_shell_unittest.cc b/services/service_manager/background/tests/background_shell_unittest.cc
similarity index 84%
rename from services/shell/background/tests/background_shell_unittest.cc
rename to services/service_manager/background/tests/background_shell_unittest.cc
index 1205559e874c5d39cfac3ea12bbde9b0a218dba0..2e106e18e7882ad429c4265a91f516c51cc12fdc 100644
--- a/services/shell/background/tests/background_shell_unittest.cc
+++ b/services/service_manager/background/tests/background_shell_unittest.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "services/shell/background/background_shell.h"
+#include "services/service_manager/background/background_shell.h"
#include <memory>
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
-#include "services/shell/background/tests/test.mojom.h"
-#include "services/shell/public/cpp/connector.h"
-#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/service_context.h"
+#include "services/service_manager/background/tests/test.mojom.h"
+#include "services/service_manager/public/cpp/connector.h"
+#include "services/service_manager/public/cpp/service.h"
+#include "services/service_manager/public/cpp/service_context.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace shell {
« no previous file with comments | « services/service_manager/background/tests/BUILD.gn ('k') | services/service_manager/background/tests/test.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698