| Index: content/browser/download/mock_download_item.h
|
| ===================================================================
|
| --- content/browser/download/mock_download_item.h (revision 119865)
|
| +++ content/browser/download/mock_download_item.h (working copy)
|
| @@ -66,7 +66,7 @@
|
| MOCK_CONST_METHOD0(GetContentDisposition, std::string());
|
| MOCK_CONST_METHOD0(GetMimeType, std::string());
|
| MOCK_CONST_METHOD0(GetOriginalMimeType, std::string());
|
| - MOCK_CONST_METHOD0(GetReferrerCharset, std::string());
|
| + MOCK_CONST_METHOD0(GetDefaultCharset, std::string());
|
| MOCK_CONST_METHOD0(GetRemoteAddress, std::string());
|
| MOCK_CONST_METHOD0(GetTotalBytes, int64());
|
| MOCK_CONST_METHOD0(GetReceivedBytes, int64());
|
|
|