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 f1ab96d8965732b24ad36b63ceecfd8af2ac735f..ebc4005ab20a18a58bb90d6ce49142658c0f64d6 100644 |
--- a/components/autofill/core/browser/autofill_manager.h |
+++ b/components/autofill/core/browser/autofill_manager.h |
@@ -248,7 +248,7 @@ class AutofillManager : public AutofillDownloadManager::Observer, |
// AutofillDownloadManager::Observer: |
void OnLoadedServerPredictions( |
const std::string& response_xml, |
- const std::vector<FormStructure*>& queried_forms) override; |
+ const std::vector<std::string>& form_signatures) override; |
// CardUnmaskDelegate: |
void OnUnmaskResponse(const UnmaskResponse& response) override; |
@@ -518,6 +518,10 @@ class AutofillManager : public AutofillDownloadManager::Observer, |
FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, |
FormSubmittedAutocompleteEnabled); |
FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, |
+ OnLoadedServerPredictions); |
+ FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, |
+ OnLoadedServerPredictions_ResetManager); |
+ FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, |
AutocompleteSuggestions_SomeWhenAutofillDisabled); |
FRIEND_TEST_ALL_PREFIXES(AutofillManagerTest, |
AutocompleteSuggestions_SomeWhenAutofillEmpty); |