Index: trunk/src/mojo/shell/view_manager_loader.h |
=================================================================== |
--- trunk/src/mojo/shell/view_manager_loader.h (revision 272983) |
+++ trunk/src/mojo/shell/view_manager_loader.h (working copy) |
@@ -28,10 +28,9 @@ |
private: |
// ServiceLoader overrides: |
- virtual void LoadService( |
- ServiceManager* manager, |
- const GURL& url, |
- ScopedMessagePipeHandle service_provider_handle) OVERRIDE; |
+ virtual void LoadService(ServiceManager* manager, |
+ const GURL& url, |
+ ScopedMessagePipeHandle shell_handle) OVERRIDE; |
virtual void OnServiceError(ServiceManager* manager, |
const GURL& url) OVERRIDE; |