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

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

Issue 7388002: Move dependencies of download\base_file from chrome to content. These are all trivial file moves. (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
« no previous file with comments | « content/browser/download/base_file.h ('k') | content/browser/file_metadata_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/base_file.cc
===================================================================
--- content/browser/download/base_file.cc (revision 92629)
+++ content/browser/download/base_file.cc (working copy)
@@ -16,9 +16,9 @@
#include "content/browser/browser_thread.h"
#if defined(OS_WIN)
-#include "chrome/common/win_safe_util.h"
+#include "content/browser/safe_util_win.h"
#elif defined(OS_MACOSX)
-#include "chrome/browser/mac/file_metadata.h"
+#include "content/browser/file_metadata_mac.h"
#endif
BaseFile::BaseFile(const FilePath& full_path,
« no previous file with comments | « content/browser/download/base_file.h ('k') | content/browser/file_metadata_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698