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

Unified Diff: net/base/sdch_dictionary_fetcher.h

Issue 380003002: Improve testing for SDCH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed Isolation test for ChromeOS. Created 6 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 | « chrome/chrome_tests.gypi ('k') | net/base/sdch_dictionary_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_dictionary_fetcher.h
diff --git a/net/base/sdch_dictionary_fetcher.h b/net/base/sdch_dictionary_fetcher.h
index b657b8f80c38900a889e0065a0dd410a1ef6c88b..82c0b10c6e48a19733021be751986ac5990a60b3 100644
--- a/net/base/sdch_dictionary_fetcher.h
+++ b/net/base/sdch_dictionary_fetcher.h
@@ -29,11 +29,11 @@ class NET_EXPORT SdchDictionaryFetcher
public SdchFetcher,
public base::NonThreadSafe {
public:
- // Consumer must guarantee that the SdchManager pointer outlives
+ // The consumer must guarantee that |*manager| outlives
// this object. The current implementation guarantees this by
// the SdchManager owning this object.
SdchDictionaryFetcher(SdchManager* manager,
- URLRequestContextGetter* context);
+ scoped_refptr<URLRequestContextGetter> context);
virtual ~SdchDictionaryFetcher();
// Implementation of SdchFetcher class.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | net/base/sdch_dictionary_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698