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

Unified Diff: chrome/common/net/test_url_fetcher_factory.h

Issue 3153030: Fix typo in TestURLFetcher (Closed)
Patch Set: rm suppression Created 10 years, 4 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
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/test_url_fetcher_factory.h
diff --git a/chrome/common/net/test_url_fetcher_factory.h b/chrome/common/net/test_url_fetcher_factory.h
index e48c0e0c52df5f52002cb783e94989ea8f2ad6fe..676cfe09e8b71a3addfa69672bf0619937abf1b5 100644
--- a/chrome/common/net/test_url_fetcher_factory.h
+++ b/chrome/common/net/test_url_fetcher_factory.h
@@ -57,7 +57,7 @@ class TestURLFetcher : public URLFetcher {
// to request_context_getter in core_, but it might not be released
// because we wouldn't call Core::CancelURLRequest.
// Without this, we'll see leaks of URLRequestContext in test.
- virtual void set_requeset_context(
+ virtual void set_request_context(
URLRequestContextGetter* request_context_getter) {}
private:
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698