| Index: content/browser/gpu/gpu_process_host_ui_shim.h
 | 
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
 | 
| index 68c1ea767234d7ca84e20027a596c53c0f9d719f..e7ad7846493425c6297f159c7e9475ebfbcba921 100644
 | 
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
 | 
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
 | 
| @@ -32,7 +32,7 @@ class Message;
 | 
|  }
 | 
|  
 | 
|  namespace service_manager {
 | 
| -class InterfaceRegistry;
 | 
| +class BinderRegistry;
 | 
|  }
 | 
|  
 | 
|  namespace content {
 | 
| @@ -64,7 +64,7 @@ class GpuProcessHostUIShim : public IPC::Listener,
 | 
|  #if defined(OS_ANDROID)
 | 
|    // Register Mojo interfaces that must be bound on the UI thread.
 | 
|    static void RegisterUIThreadMojoInterfaces(
 | 
| -      service_manager::InterfaceRegistry* registry);
 | 
| +      service_manager::BinderRegistry* registry);
 | 
|  #endif
 | 
|  
 | 
|   private:
 | 
| 
 |