Index: content/common/net/url_fetcher_impl.h |
diff --git a/content/common/net/url_fetcher_impl.h b/content/common/net/url_fetcher_impl.h |
index 1ba8b536f15a957cb3fdc8225305f726d26d5fbc..47e97f5c88bdd2e6d379e9d5045fbd8afcba86fe 100644 |
--- a/content/common/net/url_fetcher_impl.h |
+++ b/content/common/net/url_fetcher_impl.h |
@@ -83,7 +83,7 @@ class CONTENT_EXPORT URLFetcherImpl : public content::URLFetcher{ |
// How should the response be stored? |
enum ResponseDestinationType { |
STRING, // Default: In a std::string |
- TEMP_FILE // Write to a temp file |
+ FILE // Write to a file |
}; |
// Returns the delegate. |