| Index: chrome/browser/autofill/autofill_manager.h
 | 
| ===================================================================
 | 
| --- chrome/browser/autofill/autofill_manager.h	(revision 46425)
 | 
| +++ chrome/browser/autofill/autofill_manager.h	(working copy)
 | 
| @@ -33,6 +33,7 @@
 | 
|  // Manages saving and restoring the user's personal information entered into web
 | 
|  // forms.
 | 
|  class AutoFillManager : public RenderViewHostDelegate::AutoFill,
 | 
| +                        public PersonalDataManager::Observer,
 | 
|                          public AutoFillDownloadManager::Observer {
 | 
|   public:
 | 
|    explicit AutoFillManager(TabContents* tab_contents);
 | 
| @@ -55,6 +56,9 @@
 | 
|                                      const string16& value,
 | 
|                                      const string16& label);
 | 
|  
 | 
| +  // PersonalDataManager::Observer implementation:
 | 
| +  virtual void OnPersonalDataLoaded();
 | 
| +
 | 
|    // Called by the AutoFillInfoBarDelegate when the user closes the infobar.
 | 
|    virtual void OnInfoBarClosed();
 | 
|  
 | 
| 
 |