Index: net/url_request/url_fetcher.h |
diff --git a/net/url_request/url_fetcher.h b/net/url_request/url_fetcher.h |
index 80ff3297d6c6d939afb4d240dfe1697a6275ebe2..da94e347eeffc970ed296f8f0559227df81f0105 100644 |
--- a/net/url_request/url_fetcher.h |
+++ b/net/url_request/url_fetcher.h |
@@ -276,7 +276,7 @@ class NET_EXPORT URLFetcher { |
// if an error prevented any response from being received. |
virtual int GetResponseCode() const = 0; |
- // Cookies recieved. |
+ // Cookies received. |
virtual const ResponseCookies& GetCookies() const = 0; |
// Reports that the received content was malformed. |