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

Unified Diff: chrome/browser/renderer_host/download_resource_handler.h

Issue 7618048: Move the core download files to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months 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: chrome/browser/renderer_host/download_resource_handler.h
===================================================================
--- chrome/browser/renderer_host/download_resource_handler.h (revision 96793)
+++ chrome/browser/renderer_host/download_resource_handler.h (working copy)
@@ -10,7 +10,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/timer.h"
-#include "chrome/browser/download/download_file.h"
+#include "content/browser/download/download_file.h"
#include "content/browser/renderer_host/global_request_id.h"
#include "content/browser/renderer_host/resource_handler.h"

Powered by Google App Engine
This is Rietveld 408576698