| Index: net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| diff --git a/net/url_request/sdch_dictionary_fetcher_unittest.cc b/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| index ae76cbcc7f88b5f7806bfe9af3ad15bad768c629..69adfed768007007729b1ca202d4475987266e87 100644
|
| --- a/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| +++ b/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| @@ -94,7 +94,7 @@ class SdchDictionaryFetcherTest : public ::testing::Test {
|
| base::Unretained(this))));
|
| }
|
|
|
| - ~SdchDictionaryFetcherTest() {
|
| + ~SdchDictionaryFetcherTest() override {
|
| URLRequestSpecifiedResponseJob::RemoveUrlHandler();
|
| }
|
|
|
|
|