| 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 0febd7e9c4bc31c1438b196234fbb2cf3ef0c3f4..ae76cbcc7f88b5f7806bfe9af3ad15bad768c629 100644
|
| --- a/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| +++ b/net/url_request/sdch_dictionary_fetcher_unittest.cc
|
| @@ -99,7 +99,8 @@ class SdchDictionaryFetcherTest : public ::testing::Test {
|
| }
|
|
|
| void OnDictionaryFetched(const std::string& dictionary_text,
|
| - const GURL& dictionary_url) {
|
| + const GURL& dictionary_url,
|
| + const BoundNetLog& net_log) {
|
| dictionary_additions.push_back(
|
| DictionaryAdditions(dictionary_text, dictionary_url));
|
| }
|
|
|