Chromium Code Reviews| Index: chrome/browser/webdata/autofill_web_data_service_impl.h | 
| diff --git a/chrome/browser/webdata/autofill_web_data_service_impl.h b/chrome/browser/webdata/autofill_web_data_service_impl.h | 
| index dc80cb06cf0411d21aa6063a0027d05a4672ff66..5121ca81b7bc97066a7bf7baf042501e339fb7f3 100644 | 
| --- a/chrome/browser/webdata/autofill_web_data_service_impl.h | 
| +++ b/chrome/browser/webdata/autofill_web_data_service_impl.h | 
| @@ -41,7 +41,10 @@ class AutofillWebDataServiceImpl : public AutofillWebDataService { | 
| // WebDataServiceBase implementation. | 
| virtual void CancelRequest(Handle h) OVERRIDE; | 
| - virtual content::NotificationSource GetNotificationSource() OVERRIDE; | 
| + | 
| + // AutofillWebDataService implementation. | 
| 
 
dhollowa
2013/03/12 22:22:28
Please confirm with joi@ that this conforms to his
 
Jói
2013/03/12 22:28:18
Yeah, this is OK, although once we get further alo
 
 | 
| + virtual void AddObserver(WebDataServiceObserver* observer) OVERRIDE; | 
| + virtual void RemoveObserver(WebDataServiceObserver* observer) OVERRIDE; | 
| private: | 
| DISALLOW_COPY_AND_ASSIGN(AutofillWebDataServiceImpl); |