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

Unified Diff: components/autofill/browser/webdata/autofill_webdata.h

Issue 16174013: Remove dependency of WebData on content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 7 years, 6 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/browser/webdata/autofill_webdata.h
diff --git a/components/autofill/browser/webdata/autofill_webdata.h b/components/autofill/browser/webdata/autofill_webdata.h
index 5c66e6b623b3d5ccc5969986678c96bda8c14e6b..6630e8ac6f89d17cd1d20a574087a562fd860ba1 100644
--- a/components/autofill/browser/webdata/autofill_webdata.h
+++ b/components/autofill/browser/webdata/autofill_webdata.h
@@ -12,6 +12,12 @@
#include "base/strings/string16.h"
#include "components/webdata/common/web_data_service_base.h"
+namespace base {
+
+class Time;
+
+} // namespace base
+
class Profile;
class WebDataServiceConsumer;

Powered by Google App Engine
This is Rietveld 408576698