Index: chrome/browser/ui/autofill/autofill_dialog_view.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h |
index 72929342c6dcb137373cb98212672609b6424bf1..d457ba009fa9866eceef131c5d50d295cfe1f7d3 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h |
@@ -5,7 +5,7 @@ |
#ifndef CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_DIALOG_VIEW_H_ |
#define CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_DIALOG_VIEW_H_ |
-#include "chrome/browser/ui/autofill/autofill_dialog_controller.h" |
+#include "chrome/browser/ui/autofill/autofill_dialog_types.h" |
namespace content { |
class NavigationController; |
@@ -17,6 +17,7 @@ class Size; |
namespace autofill { |
+class AutofillDialogController; |
class TestableAutofillDialogView; |
// An interface for the dialog that appears when a site initiates an Autofill |