Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: components/autofill/browser/autocomplete_history_manager.h

Issue 13928035: WIP Component build of autofill Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make windows compiling Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/browser/autocomplete_history_manager.h
diff --git a/components/autofill/browser/autocomplete_history_manager.h b/components/autofill/browser/autocomplete_history_manager.h
index 9a55fa44b7dfd4cde12625f850f5c9b5f11ab38a..5d94c6f97a5db46e966a2124d997fd4755c4a6e9 100644
--- a/components/autofill/browser/autocomplete_history_manager.h
+++ b/components/autofill/browser/autocomplete_history_manager.h
@@ -28,7 +28,9 @@ struct FormData;
class AutocompleteHistoryManager : public content::WebContentsObserver,
public WebDataServiceConsumer {
public:
- explicit AutocompleteHistoryManager(content::WebContents* web_contents);
+ AutocompleteHistoryManager(
+ content::WebContents* web_contents,
+ scoped_refptr<AutofillWebDataService> autofill_data);
virtual ~AutocompleteHistoryManager();
// content::WebContentsObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698