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

Unified Diff: third_party/WebKit/public/platform/InterfaceProvider.h

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/public/platform/InterfaceProvider.h
diff --git a/third_party/WebKit/public/platform/InterfaceProvider.h b/third_party/WebKit/public/platform/InterfaceProvider.h
index 70d79501971f656fb2060e440f099fb3bfd6a1fa..7557145a5dd4663c82c0628105aec460eb06acb9 100644
--- a/third_party/WebKit/public/platform/InterfaceProvider.h
+++ b/third_party/WebKit/public/platform/InterfaceProvider.h
@@ -13,7 +13,7 @@ namespace blink {
// Implementations of blink::InterfaceProvider should be thread safe. As such it
// is okay to call |getInterface| from any thread, without the thread hopping
-// that would have been necesary with shell::InterfaceProvider.
+// that would have been necesary with service_manager::InterfaceProvider.
class BLINK_PLATFORM_EXPORT InterfaceProvider {
public:
virtual void getInterface(const char* name,
« no previous file with comments | « third_party/WebKit/LayoutTests/harness-tests/mojo-helpers.html ('k') | ui/ozone/platform/drm/cursor_proxy_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698