| Index: chrome/browser/ui/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
|
| index c9f4f79d8426102733ff462f033335aad070147f..68fb8a402b4bdf0dec45b5af9ea8d75ffd765dfb 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents.h
|
| @@ -40,6 +40,7 @@ class RestoreTabHelper;
|
| class SadTabHelper;
|
| class SearchEngineTabHelper;
|
| class SnapshotTabHelper;
|
| +class TabAutofillManagerDelegate;
|
| class TabContentsSSLHelper;
|
| class TabSpecificContentSettings;
|
| class ThumbnailGenerator;
|
| @@ -268,6 +269,7 @@ class TabContents : public content::WebContentsObserver {
|
|
|
| scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_;
|
| scoped_refptr<AutofillManager> autofill_manager_;
|
| + scoped_ptr<TabAutofillManagerDelegate> autofill_delegate_;
|
| scoped_ptr<AutofillExternalDelegate> autofill_external_delegate_;
|
| scoped_ptr<AutomationTabHelper> automation_tab_helper_;
|
| scoped_ptr<BlockedContentTabHelper> blocked_content_tab_helper_;
|
|
|