| Index: net/base/sdch_manager.cc
|
| diff --git a/net/base/sdch_manager.cc b/net/base/sdch_manager.cc
|
| index 07c839a74f16420d9706e2a95162034cda89cec4..21cbe0724100cb880778ac77c869ab79fc48257e 100644
|
| --- a/net/base/sdch_manager.cc
|
| +++ b/net/base/sdch_manager.cc
|
| @@ -331,6 +331,9 @@ SdchManager::Dictionary::Dictionary(const std::string& dictionary_text,
|
| ports_(ports) {
|
| }
|
|
|
| +SdchManager::Dictionary::~Dictionary() {
|
| +}
|
| +
|
| // static
|
| void SdchManager::GenerateHash(const std::string& dictionary_text,
|
| std::string* client_hash, std::string* server_hash) {
|
|
|