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

Unified Diff: services/navigation/navigation_unittest.cc

Issue 2123363002: ShellTest -> ServiceTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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
« no previous file with comments | « services/navigation/BUILD.gn ('k') | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/navigation_unittest.cc
diff --git a/services/navigation/navigation_unittest.cc b/services/navigation/navigation_unittest.cc
index 11e5dee6a7390b3991f2731db37b0bff4b2267da..a15faa36797daba1ff5cbc672d1a6457e14b77ff 100644
--- a/services/navigation/navigation_unittest.cc
+++ b/services/navigation/navigation_unittest.cc
@@ -8,21 +8,21 @@
#include "base/run_loop.h"
#include "services/navigation/public/interfaces/view.mojom.h"
#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/shell_test.h"
+#include "services/shell/public/cpp/service_test.h"
namespace navigation {
-class NavigationTest : public shell::test::ShellTest,
+class NavigationTest : public shell::test::ServiceTest,
public mojom::ViewClient {
public:
NavigationTest()
- : shell::test::ShellTest("exe:navigation_unittests"),
+ : shell::test::ServiceTest("exe:navigation_unittests"),
binding_(this) {}
~NavigationTest() override {}
protected:
void SetUp() override {
- shell::test::ShellTest::SetUp();
+ shell::test::ServiceTest::SetUp();
window_manager_connection_ = connector()->Connect("mojo:test_wm");
}
« no previous file with comments | « services/navigation/BUILD.gn ('k') | services/shell/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698