Index: chrome/renderer/autofill/form_cache.h |
diff --git a/chrome/renderer/autofill/form_cache.h b/chrome/renderer/autofill/form_cache.h |
index 5bfe461f23790e88674d165d95668c1e5e76eb91..8173ab14c4673dce23b4c26152f07fb74e4c7d9f 100644 |
--- a/chrome/renderer/autofill/form_cache.h |
+++ b/chrome/renderer/autofill/form_cache.h |
@@ -18,6 +18,7 @@ struct FormDataPredictions; |
} // namespace webkit_glue |
namespace WebKit { |
+class WebDocument; |
class WebFormControlElement; |
class WebFrame; |
class WebInputElement; |
@@ -52,7 +53,7 @@ class FormCache { |
private: |
// The cached web frames. |
- std::set<const WebKit::WebFrame*> web_frames_; |
+ std::set<WebKit::WebDocument> web_documents_; |
// The cached initial values for <select> elements. |
std::map<const WebKit::WebSelectElement, string16> initial_select_values_; |