Index: chrome/browser/autofill/autofill_download.cc |
diff --git a/chrome/browser/autofill/autofill_download.cc b/chrome/browser/autofill/autofill_download.cc |
index 4b660094c5d6fac220ee7b69988a640a6918a174..3f4c066896f723d1f6d210061a5b6e3c76d79c5a 100644 |
--- a/chrome/browser/autofill/autofill_download.cc |
+++ b/chrome/browser/autofill/autofill_download.cc |
@@ -186,7 +186,7 @@ bool AutofillDownloadManager::StartRequest( |
const std::string& form_xml, |
const FormRequestData& request_data) { |
net::URLRequestContextGetter* request_context = |
- Profile::GetDefaultRequestContext(); |
+ Profile::Deprecated::GetDefaultRequestContext(); |
// Check if default request context is NULL: this very rarely happens, |
// I think, this could happen only if user opens chrome with some pages |
// loading the forms immediately; I cannot reproduce this even in that |