| Index: ui/views/views_delegate.h | 
| diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h | 
| index 5fb39297ec0278eea91ff385ba700207f0009fe4..a3f84308992ddefe613af1022153403b709a67fb 100644 | 
| --- a/ui/views/views_delegate.h | 
| +++ b/ui/views/views_delegate.h | 
| @@ -26,10 +26,6 @@ namespace gfx { | 
| class Rect; | 
| } | 
|  | 
| -namespace ui { | 
| -class Clipboard; | 
| -} | 
| - | 
| namespace views { | 
|  | 
| class NonClientFrameView; | 
| @@ -54,9 +50,6 @@ class VIEWS_EXPORT ViewsDelegate { | 
|  | 
| virtual ~ViewsDelegate() {} | 
|  | 
| -  // Gets the clipboard. | 
| -  virtual ui::Clipboard* GetClipboard() const = 0; | 
| - | 
| // Saves the position, size and "show" state for the window with the | 
| // specified name. | 
| virtual void SaveWindowPlacement(const Widget* widget, | 
|  |