Chromium Code Reviews| Index: content/browser/download/save_file_manager.cc |
| =================================================================== |
| --- content/browser/download/save_file_manager.cc (revision 163514) |
| +++ content/browser/download/save_file_manager.cc (working copy) |
| @@ -25,6 +25,7 @@ |
| using content::BrowserThread; |
| using content::RenderViewHostImpl; |
| using content::ResourceDispatcherHostImpl; |
| +using content::WebContentsImpl; |
| SaveFileManager::SaveFileManager() |
| : next_id_(0) { |