diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 20:54:13 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 20:54:13 +0000 |
commit | 83ff91c8fffdd72650ea6298f3551c3ae4876caa (patch) | |
tree | 73ffdb8fb4613c3c737f73312a9547e752879c81 /chrome/browser/autocomplete_history_manager.h | |
parent | 64c820739d4f28ee9afe996b7c3b053645c602f0 (diff) | |
download | chromium_src-83ff91c8fffdd72650ea6298f3551c3ae4876caa.zip chromium_src-83ff91c8fffdd72650ea6298f3551c3ae4876caa.tar.gz chromium_src-83ff91c8fffdd72650ea6298f3551c3ae4876caa.tar.bz2 |
Convert the remaining trivial tab_contents.h includes in chrome to use web_contents.h
BUG=98716
Review URL: http://codereview.chromium.org/9113020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete_history_manager.h')
-rw-r--r-- | chrome/browser/autocomplete_history_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autocomplete_history_manager.h index c4c02d6..1dfd34b 100644 --- a/chrome/browser/autocomplete_history_manager.h +++ b/chrome/browser/autocomplete_history_manager.h @@ -27,7 +27,7 @@ class Profile; class AutocompleteHistoryManager : public content::WebContentsObserver, public WebDataServiceConsumer { public: - explicit AutocompleteHistoryManager(TabContents* tab_contents); + explicit AutocompleteHistoryManager(content::WebContents* web_contents); virtual ~AutocompleteHistoryManager(); // content::WebContentsObserver implementation. @@ -61,7 +61,7 @@ class AutocompleteHistoryManager : public content::WebContentsObserver, TestTabContentsWithExternalDelegate); // For tests. - AutocompleteHistoryManager(TabContents* tab_contents, + AutocompleteHistoryManager(content::WebContents* web_contents, Profile* profile, WebDataService* wds); |