| Index: content/public/test/mock_download_item.h
 | 
| diff --git a/content/public/test/mock_download_item.h b/content/public/test/mock_download_item.h
 | 
| index 83ab8d812b18babbb686a69333b5a5b883ee2ed1..2ac6bbcdc6a0436dff54c6bfbcabd33886bc2f1c 100644
 | 
| --- a/content/public/test/mock_download_item.h
 | 
| +++ b/content/public/test/mock_download_item.h
 | 
| @@ -57,6 +57,7 @@ class MockDownloadItem : public DownloadItem {
 | 
|    MOCK_CONST_METHOD0(GetUrlChain, const std::vector<GURL>&());
 | 
|    MOCK_CONST_METHOD0(GetOriginalUrl, const GURL&());
 | 
|    MOCK_CONST_METHOD0(GetReferrerUrl, const GURL&());
 | 
| +  MOCK_CONST_METHOD0(GetSiteUrl, const GURL&());
 | 
|    MOCK_CONST_METHOD0(GetTabUrl, const GURL&());
 | 
|    MOCK_CONST_METHOD0(GetTabReferrerUrl, const GURL&());
 | 
|    MOCK_CONST_METHOD0(GetSuggestedFilename, std::string());
 | 
| 
 |