| Index: net/base/sdch_dictionary_fetcher.h
|
| diff --git a/net/base/sdch_dictionary_fetcher.h b/net/base/sdch_dictionary_fetcher.h
|
| index 86aaf48165fbb3d8a1a0674b19b9d5562f0ea27f..43762d9489a79139308727b5d3310eb8a457730a 100644
|
| --- a/net/base/sdch_dictionary_fetcher.h
|
| +++ b/net/base/sdch_dictionary_fetcher.h
|
| @@ -32,10 +32,9 @@ class URLRequestThrottlerEntryInterface;
|
| // the URLRequest::Delegate interface to handle callbacks (but see above
|
| // TODO). It tracks all requests, only attempting to fetch each dictionary
|
| // once.
|
| -class NET_EXPORT SdchDictionaryFetcher
|
| - : public SdchFetcher,
|
| - public URLRequest::Delegate,
|
| - public base::NonThreadSafe {
|
| +class NET_EXPORT SdchDictionaryFetcher : public SdchFetcher,
|
| + public URLRequest::Delegate,
|
| + public base::NonThreadSafe {
|
| public:
|
| // The consumer must guarantee that |*consumer| and |*context| outlive
|
| // this object.
|
|
|