| Index: chrome/browser/ui/startup/obsolete_os_infobar_delegate.h
 | 
| ===================================================================
 | 
| --- chrome/browser/ui/startup/obsolete_os_infobar_delegate.h	(revision 238220)
 | 
| +++ chrome/browser/ui/startup/obsolete_os_infobar_delegate.h	(working copy)
 | 
| @@ -16,11 +16,12 @@
 | 
|  // a "Learn More" link.
 | 
|  class ObsoleteOSInfoBarDelegate : public ConfirmInfoBarDelegate {
 | 
|   public:
 | 
| -  // Creates an obsolete OS infobar delegate and adds it to |infobar_service|.
 | 
| +  // Creates an obsolete OS infobar and delegate and adds the infobar to
 | 
| +  // |infobar_service|.
 | 
|    static void Create(InfoBarService* infobar_service);
 | 
|  
 | 
|   private:
 | 
| -  explicit ObsoleteOSInfoBarDelegate(InfoBarService* infobar_service);
 | 
| +  ObsoleteOSInfoBarDelegate();
 | 
|    virtual ~ObsoleteOSInfoBarDelegate();
 | 
|  
 | 
|    virtual string16 GetMessageText() const OVERRIDE;
 | 
| 
 |