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

Unified Diff: chrome/browser/autofill/autofill_download.h

Issue 10392192: Remove content::URLFetcherDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More cleanup Created 8 years, 7 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: chrome/browser/autofill/autofill_download.h
diff --git a/chrome/browser/autofill/autofill_download.h b/chrome/browser/autofill/autofill_download.h
index 4a85d667651344485cc198ef4dbe148bfee9cdec..69f01074c1a9601779f934fc5b9925dc7ad8fed4 100644
--- a/chrome/browser/autofill/autofill_download.h
+++ b/chrome/browser/autofill/autofill_download.h
@@ -17,7 +17,7 @@
#include "base/gtest_prod_util.h"
#include "base/time.h"
#include "chrome/browser/autofill/autofill_type.h"
-#include "content/public/common/url_fetcher_delegate.h"
+#include "net/url_request/url_fetcher_delegate.h"
class AutofillMetrics;
class FormStructure;
@@ -28,7 +28,7 @@ class URLFetcher;
} // namespace net
// Handles getting and updating Autofill heuristics.
-class AutofillDownloadManager : public content::URLFetcherDelegate {
+class AutofillDownloadManager : public net::URLFetcherDelegate {
public:
enum AutofillRequestType {
REQUEST_QUERY,
@@ -114,7 +114,7 @@ class AutofillDownloadManager : public content::URLFetcherDelegate {
std::string GetCombinedSignature(
const std::vector<std::string>& forms_in_query) const;
- // content::URLFetcherDelegate implementation:
+ // net::URLFetcherDelegate implementation:
virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
// Probability of the form upload. Between 0 (no upload) and 1 (upload all).
« no previous file with comments | « chrome/browser/autocomplete/search_provider.cc ('k') | chrome/browser/captive_portal/captive_portal_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698