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

Unified Diff: services/ui/clipboard/clipboard_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/ui/clipboard/BUILD.gn ('k') | services/ui/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/clipboard/clipboard_unittest.cc
diff --git a/services/ui/clipboard/clipboard_unittest.cc b/services/ui/clipboard/clipboard_unittest.cc
index b01951e984372c7ef02e4b38dd7743db0553ff06..2d88ed919cc2d3a888de1ba9cc38a8ceb0d08a4c 100644
--- a/services/ui/clipboard/clipboard_unittest.cc
+++ b/services/ui/clipboard/clipboard_unittest.cc
@@ -9,8 +9,8 @@
#include "base/macros.h"
#include "base/run_loop.h"
#include "mojo/common/common_type_converters.h"
+#include "services/shell/public/cpp/service_test.h"
#include "services/shell/public/cpp/shell_connection.h"
-#include "services/shell/public/cpp/shell_test.h"
#include "services/ui/public/interfaces/clipboard.mojom.h"
using mojo::Array;
@@ -28,14 +28,14 @@ const char* kHtmlData = "<html>data</html>";
} // namespace
-class ClipboardAppTest : public shell::test::ShellTest {
+class ClipboardAppTest : public shell::test::ServiceTest {
public:
- ClipboardAppTest() : ShellTest("exe:mus_clipboard_unittests") {}
+ ClipboardAppTest() : ServiceTest("exe:mus_clipboard_unittests") {}
~ClipboardAppTest() override {}
- // Overridden from shell::test::ShellTest:
+ // Overridden from shell::test::ServiceTest:
void SetUp() override {
- ShellTest::SetUp();
+ ServiceTest::SetUp();
connector()->ConnectToInterface("mojo:ui", &clipboard_);
ASSERT_TRUE(clipboard_);
« no previous file with comments | « services/ui/clipboard/BUILD.gn ('k') | services/ui/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698