Chromium Code Reviews| 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 f178032aef408fc9e01fcf5d12ee9abe7523d86b..82c2858fa5675562b318107df182b61bce1c045b 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; |
| + |
| namespace content { |
| // To avoid leaking download_request_handle.h to embedders. |