| Index: mojo/shell/shell_application_delegate.h
 | 
| diff --git a/mojo/shell/shell_application_delegate.h b/mojo/shell/shell_application_delegate.h
 | 
| index 6986bc3a5d2cb3e176994334b7394f6a2734e769..717e104c9d12f0d436253122298f17e5246f60ea 100644
 | 
| --- a/mojo/shell/shell_application_delegate.h
 | 
| +++ b/mojo/shell/shell_application_delegate.h
 | 
| @@ -40,7 +40,7 @@ class ShellApplicationDelegate
 | 
|    void CreateInstanceForHandle(
 | 
|        ScopedHandle channel,
 | 
|        const String& url,
 | 
| -      CapabilityFilterPtr filter,
 | 
| +      mojom::CapabilityFilterPtr filter,
 | 
|        InterfaceRequest<mojom::PIDReceiver> pid_receiver) override;
 | 
|    void AddListener(
 | 
|        mojom::ApplicationManagerListenerPtr listener) override;
 | 
| 
 |