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

Unified Diff: third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html

Issue 2420253002: Rename shell namespace to service_manager (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
Index: third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
diff --git a/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html b/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
index f1182f046e481e58baaf68df74f03143394eaf3b..cb27dcea2750580380961beedb7c92ce069c0757 100644
--- a/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
+++ b/third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html
@@ -99,7 +99,7 @@ mojo_test(() => {
['services/service_manager/public/interfaces/interface_provider.mojom']).then(mojo => {
let interfaceProvider = mojo.modules[0];
assert_equals(interfaceProvider.InterfaceProvider.name,
- 'shell::mojom::InterfaceProvider');
+ 'service_manager::mojom::InterfaceProvider');
});
}, 'Generated mojo bindings can be loaded in tests');
« no previous file with comments | « services/video_capture/video_capture_service_test.cc ('k') | third_party/WebKit/public/platform/InterfaceProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698