| Index: chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| diff --git a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| index d5c935b861f7030e44440f5ece79055df13d4bc0..09fe2007f959e67f94de75672e14121541283b2d 100644
|
| --- a/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| +++ b/chrome/browser/ui/tab_contents/tab_contents_wrapper.h
|
| @@ -20,6 +20,7 @@
|
|
|
| class AutocompleteHistoryManager;
|
| class AutofillManager;
|
| +class AutofillExternalDelegate;
|
| class AutomationTabHelper;
|
| class BlockedContentTabHelper;
|
| class BookmarkTabHelper;
|
| @@ -274,6 +275,7 @@ class TabContentsWrapper : public TabContentsObserver,
|
|
|
| scoped_ptr<AutocompleteHistoryManager> autocomplete_history_manager_;
|
| scoped_ptr<AutofillManager> autofill_manager_;
|
| + scoped_ptr<AutofillExternalDelegate> autofill_external_delegate_;
|
| scoped_ptr<AutomationTabHelper> automation_tab_helper_;
|
| scoped_ptr<BlockedContentTabHelper> blocked_content_tab_helper_;
|
| scoped_ptr<BookmarkTabHelper> bookmark_tab_helper_;
|
|
|