Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / autofill_dialog_controller.h
index 0fbcabe..9b04d63 100644 (file)
@@ -11,6 +11,7 @@
 #include "base/memory/weak_ptr.h"
 #include "base/strings/string16.h"
 #include "chrome/browser/ui/autofill/autofill_dialog_types.h"
+#include "components/autofill/core/browser/autofill_manager_delegate.h"
 #include "components/autofill/core/browser/form_structure.h"
 
 class GURL;
@@ -36,7 +37,7 @@ class AutofillDialogController {
       content::WebContents* contents,
       const FormData& form_structure,
       const GURL& source_url,
-      const base::Callback<void(const FormStructure*)>& callback);
+      const AutofillManagerDelegate::ResultCallback& callback);
 
   // Registers device preferences.
   static void RegisterPrefs(PrefRegistrySimple* registry);