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

Unified Diff: components/autofill/core/browser/autofill_client.h

Issue 655433004: Get rid of unnecessary forward declarations in components/autofill/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated Ilya's review comments Created 6 years, 2 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/core/browser/autofill_client.h
diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
index a9fed8dd7a12d840c5070d977792af11c857e5b8..28bd59f1534ec77e406befac7e15fdd62b272e98 100644
--- a/components/autofill/core/browser/autofill_client.h
+++ b/components/autofill/core/browser/autofill_client.h
@@ -18,7 +18,6 @@ class RectF;
}
class GURL;
-class InfoBarService;
class PrefService;
namespace autofill {
@@ -28,10 +27,8 @@ class AutofillPopupDelegate;
class AutofillWebDataService;
class CreditCard;
class FormStructure;
-class PasswordGenerator;
class PersonalDataManager;
struct FormData;
-struct PasswordForm;
// A client interface that needs to be supplied to the Autofill component by the
// embedder.
« no previous file with comments | « components/autofill/content/renderer/password_generation_agent.cc ('k') | components/autofill/core/browser/autofill_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698