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

Unified Diff: components/autofill/core/browser/webdata/autofill_profile_syncable_service.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/webdata/autofill_profile_syncable_service.h
diff --git a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
index ca690499dd0fc0dd831a76aba5bfb38cd4b14025..7127a84018213a305ba5a5573724047283372a3a 100644
--- a/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
+++ b/components/autofill/core/browser/webdata/autofill_profile_syncable_service.h
@@ -31,14 +31,12 @@
#include "sync/protocol/autofill_specifics.pb.h"
class ProfileSyncServiceAutofillTest;
-class WebDataServiceBase;
namespace autofill {
class AutofillProfile;
class AutofillTable;
class AutofillWebDataService;
-class FormGroup;
extern const char kAutofillProfileTag[];

Powered by Google App Engine
This is Rietveld 408576698