| Index: chrome/browser/views/infobars/infobars.h | 
| =================================================================== | 
| --- chrome/browser/views/infobars/infobars.h	(revision 23543) | 
| +++ chrome/browser/views/infobars/infobars.h	(working copy) | 
| @@ -195,5 +195,17 @@ | 
| DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBar); | 
| }; | 
|  | 
| +class GeolocInfoBar : public ConfirmInfoBar { | 
| + public: | 
| +  explicit GeolocInfoBar(GeolocInfoBarDelegate* delegate); | 
| +  virtual ~GeolocInfoBar(); | 
|  | 
| + private: | 
| + | 
| +  GeolocInfoBarDelegate* GetDelegate(); | 
| + | 
| +  DISALLOW_COPY_AND_ASSIGN(GeolocInfoBar); | 
| +}; | 
| + | 
| + | 
| #endif  // #ifndef CHROME_BROWSER_VIEWS_INFOBARS_INFOBARS_H_ | 
|  |