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

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

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch 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: components/autofill/core/browser/form_structure.h
diff --git a/components/autofill/core/browser/form_structure.h b/components/autofill/core/browser/form_structure.h
index e359a8f1f936bed9bfd206deda7802b3534d0c9b..8e9cba3d60ad893c6d99ab5042d5f0b1e7ad43a9 100644
--- a/components/autofill/core/browser/form_structure.h
+++ b/components/autofill/core/browser/form_structure.h
@@ -23,8 +23,6 @@
#include "components/autofill/core/browser/proto/server.pb.h"
#include "url/gurl.h"
-class XmlWriter;
-
enum UploadRequired {
UPLOAD_NOT_REQUIRED,
UPLOAD_REQUIRED,
@@ -35,10 +33,6 @@ namespace base {
class TimeTicks;
}
-namespace buzz {
-class XmlElement;
-}
-
namespace rappor {
class RapporService;
}

Powered by Google App Engine
This is Rietveld 408576698