Chromium Code Reviews| Index: net/base/sdch_dictionary_fetcher.h |
| diff --git a/net/base/sdch_dictionary_fetcher.h b/net/base/sdch_dictionary_fetcher.h |
| index f70d56a5ccb03f894fe3f1f34da025c88448fda9..1d50bc878585fbd5fffa9c37cb6ef72eb6cec0af 100644 |
| --- a/net/base/sdch_dictionary_fetcher.h |
| +++ b/net/base/sdch_dictionary_fetcher.h |
| @@ -18,6 +18,7 @@ |
| #include "base/memory/scoped_ptr.h" |
| #include "base/memory/weak_ptr.h" |
| #include "base/threading/non_thread_safe.h" |
| +#include "net/base/net_log.h" |
|
Randy Smith (Not in Mondays)
2014/09/29 21:21:57
Why is this needed in the header file? It doesn't
baranovich
2014/09/30 13:16:51
Done.
|
| #include "net/base/sdch_manager.h" |
| #include "net/url_request/url_fetcher_delegate.h" |
| #include "net/url_request/url_request.h" |
| @@ -44,7 +45,7 @@ class NET_EXPORT SdchDictionaryFetcher |
| virtual ~SdchDictionaryFetcher(); |
| // Implementation of SdchFetcher methods. |
| - virtual void Schedule(const GURL& dictionary_url) OVERRIDE; |
| + virtual ScheduleResult Schedule(const GURL& dictionary_url) OVERRIDE; |
| virtual void Cancel() OVERRIDE; |
| // Implementation of URLRequest::Delegate methods. |