| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index 92f5adf1d18c19da0137284c289939ab2bb5360c..21da00e8fdd7e746756d9463ad1387b359cbf982 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -84,7 +84,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| AutofillDownloadManagerState enable_download_manager);
|
| virtual ~AutofillManager();
|
|
|
| - // Set an external delegate.
|
| + // Sets an external delegate.
|
| void SetExternalDelegate(AutofillExternalDelegate* delegate);
|
|
|
| // Whether browser process will create and own the Autofill popup UI.
|
| @@ -184,7 +184,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| const gfx::RectF& bounding_box);
|
|
|
| // Resets cache.
|
| - void Reset();
|
| + virtual void Reset();
|
|
|
| protected:
|
| // Test code should prefer to use this constructor.
|
|
|