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 d9e390817f6dc8fc9be377ed83128e2eb4586ba3..f027a919550ef8bcd71542b648f999bba0a4b0be 100644 |
--- a/content/public/test/mock_download_item.h |
+++ b/content/public/test/mock_download_item.h |
@@ -63,7 +63,7 @@ class MockDownloadItem : public DownloadItem { |
MOCK_CONST_METHOD0(GetReferrerCharset, std::string()); |
MOCK_CONST_METHOD0(GetRemoteAddress, std::string()); |
MOCK_CONST_METHOD0(HasUserGesture, bool()); |
- MOCK_CONST_METHOD0(GetTransitionType, PageTransition()); |
+ MOCK_CONST_METHOD0(GetTransitionType, ui::PageTransition()); |
MOCK_CONST_METHOD0(GetLastModifiedTime, const std::string&()); |
MOCK_CONST_METHOD0(GetETag, const std::string&()); |
MOCK_CONST_METHOD0(IsSavePackageDownload, bool()); |