| Index: ui/aura/client/dispatcher_client.h
 | 
| diff --git a/ui/aura/client/dispatcher_client.h b/ui/aura/client/dispatcher_client.h
 | 
| index 769c266f4021cb1160710725a565fc35590d2094..ae8c84ceeef68ea6840b44fde464dcd24532ee75 100644
 | 
| --- a/ui/aura/client/dispatcher_client.h
 | 
| +++ b/ui/aura/client/dispatcher_client.h
 | 
| @@ -18,8 +18,6 @@
 | 
|   public:
 | 
|    virtual void RunWithDispatcher(base::MessagePumpDispatcher* dispatcher,
 | 
|                                   aura::Window* associated_window) = 0;
 | 
| -
 | 
| -  virtual void QuitNestedMessageLoop() = 0;
 | 
|  };
 | 
|  
 | 
|  AURA_EXPORT void SetDispatcherClient(Window* root_window,
 | 
| 
 |