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

Unified Diff: services/ui/clipboard/clipboard_unittest.cc

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . 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
« no previous file with comments | « services/tracing/public/cpp/provider.cc ('k') | services/ui/clipboard/test_manifest.json » ('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 a6f287c82891cc3b89b77bceaf3058c298c0b2fd..c2fde4e1bc85813c8302e073aac01d46ebfc12ee 100644
--- a/services/ui/clipboard/clipboard_unittest.cc
+++ b/services/ui/clipboard/clipboard_unittest.cc
@@ -37,7 +37,7 @@ class ClipboardAppTest : public shell::test::ServiceTest {
void SetUp() override {
ServiceTest::SetUp();
- connector()->ConnectToInterface("mojo:ui", &clipboard_);
+ connector()->ConnectToInterface("service:ui", &clipboard_);
ASSERT_TRUE(clipboard_);
}
« no previous file with comments | « services/tracing/public/cpp/provider.cc ('k') | services/ui/clipboard/test_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698