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

Unified Diff: chrome/browser/ui/autofill/chrome_autofill_client.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years, 1 month 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: chrome/browser/ui/autofill/chrome_autofill_client.h
diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.h b/chrome/browser/ui/autofill/chrome_autofill_client.h
index e0979753e1dafa1a5f1559d6092f441c323350d5..04a68040b6473af0e8d61c5cdde75cd8b52ee991 100644
--- a/chrome/browser/ui/autofill/chrome_autofill_client.h
+++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
@@ -21,16 +21,12 @@
#include "content/public/browser/web_contents_user_data.h"
namespace content {
-struct FrameNavigateParams;
-struct LoadCommittedDetails;
class WebContents;
}
namespace autofill {
class AutofillPopupControllerImpl;
-class CreditCardScannerController;
-struct FormData;
// Chrome implementation of AutofillClient.
class ChromeAutofillClient

Powered by Google App Engine
This is Rietveld 408576698