| Index: chrome/browser/ui/views/external_tab_container_win.h
 | 
| diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
 | 
| index 761e1b1950a4f2f33c8a27eb4e273c16644258ef..231d6cc64c2c7f0eedcea7e0e4825633fb09e687 100644
 | 
| --- a/chrome/browser/ui/views/external_tab_container_win.h
 | 
| +++ b/chrome/browser/ui/views/external_tab_container_win.h
 | 
| @@ -147,7 +147,10 @@ class ExternalTabContainerWin : public ExternalTabContainer,
 | 
|    virtual void ShowRepostFormWarningDialog(
 | 
|        content::WebContents* source) OVERRIDE;
 | 
|    virtual content::ColorChooser* OpenColorChooser(
 | 
| -      content::WebContents* web_contents, SkColor color) OVERRIDE;
 | 
| +      content::WebContents* web_contents,
 | 
| +      SkColor color,
 | 
| +      const std::vector<SkColor>& suggestions,
 | 
| +      const std::vector<string16>& suggestion_labels) OVERRIDE;
 | 
|    virtual void RunFileChooser(
 | 
|        content::WebContents* tab,
 | 
|        const content::FileChooserParams& params) OVERRIDE;
 | 
| 
 |