| Index: ui/views/test/child_modal_window.h | 
| diff --git a/ui/views/test/child_modal_window.h b/ui/views/test/child_modal_window.h | 
| index 96265ce6f19e89abc2cf8fb84f1c2f1a755c0a9e..1e86eae734508e3bcadfc042666b084fd09346d1 100644 | 
| --- a/ui/views/test/child_modal_window.h | 
| +++ b/ui/views/test/child_modal_window.h | 
| @@ -35,7 +35,7 @@ class ChildModalParent : public WidgetDelegateView, | 
|  | 
| // Overridden from WidgetDelegate: | 
| virtual View* GetContentsView() OVERRIDE; | 
| -  virtual string16 GetWindowTitle() const OVERRIDE; | 
| +  virtual base::string16 GetWindowTitle() const OVERRIDE; | 
| virtual bool CanResize() const OVERRIDE; | 
| virtual void DeleteDelegate() OVERRIDE; | 
| virtual void Layout() OVERRIDE; | 
|  |