| 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, | 
|  |