| Index: content/public/test/mock_download_manager.h
|
| diff --git a/content/public/test/mock_download_manager.h b/content/public/test/mock_download_manager.h
|
| index aff89ecade3f3f858e3208582e1254de7fbbb8ce..f5d34c6b4e9da23877e18827e108c067bf8a7d19 100644
|
| --- a/content/public/test/mock_download_manager.h
|
| +++ b/content/public/test/mock_download_manager.h
|
| @@ -12,6 +12,8 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +class DownloadRequestHandle;
|
| +
|
| // To avoid leaking download_request_handle.h to embedders.
|
| void PrintTo(const DownloadRequestHandle& params, std::ostream* os);
|
|
|
|
|