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

Unified Diff: content/browser/download/save_file_manager.cc

Issue 7373004: Move the save file code from chrome to content. This is just a file move so the DEPS in content\b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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: content/browser/download/save_file_manager.cc
===================================================================
--- content/browser/download/save_file_manager.cc (revision 0)
+++ content/browser/download/save_file_manager.cc (working copy)
@@ -4,7 +4,7 @@
#include "build/build_config.h"
-#include "chrome/browser/download/save_file_manager.h"
+#include "content/browser/download/save_file_manager.h"
#include "base/file_util.h"
#include "base/logging.h"
@@ -12,14 +12,14 @@
#include "base/string_util.h"
#include "base/task.h"
#include "base/threading/thread.h"
-#include "chrome/browser/download/save_file.h"
-#include "chrome/browser/download/save_package.h"
#include "chrome/browser/platform_util.h"
#include "chrome/browser/tab_contents/tab_util.h"
#include "chrome/browser/ui/download/download_tab_helper.h"
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
#include "chrome/common/chrome_paths.h"
#include "content/browser/browser_thread.h"
+#include "content/browser/download/save_file.h"
+#include "content/browser/download/save_package.h"
#include "content/browser/renderer_host/resource_dispatcher_host.h"
#include "content/browser/tab_contents/tab_contents.h"
#include "googleurl/src/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698