Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1858)

Unified Diff: content/public/browser/download_manager_delegate.cc

Issue 11571025: Initial CL for Downloads resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix try bot problems. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/browser/download_manager_delegate.cc
diff --git a/content/public/browser/download_manager_delegate.cc b/content/public/browser/download_manager_delegate.cc
index 8826b976ae1d3c216eac88a80bfe617b6424e906..f17b198efef03594166fcd8ce238efca5ddc10a9 100644
--- a/content/public/browser/download_manager_delegate.cc
+++ b/content/public/browser/download_manager_delegate.cc
@@ -4,6 +4,7 @@
#include "content/public/browser/download_manager_delegate.h"
+#include "base/file_util.h"
asanka 2012/12/28 22:01:42 Remove?
Randy Smith (Not in Mondays) 2012/12/29 17:16:16 Done.
#include "content/public/browser/download_id.h"
#include "content/public/browser/download_item.h"

Powered by Google App Engine
This is Rietveld 408576698