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

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

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/base_file_win.cc
===================================================================
--- content/browser/download/base_file_win.cc (revision 164795)
+++ content/browser/download/base_file_win.cc (working copy)
@@ -215,7 +215,7 @@
bound_net_log_.BeginEvent(net::NetLog::TYPE_DOWNLOAD_FILE_ANNOTATED);
DownloadInterruptReason result = DOWNLOAD_INTERRUPT_REASON_NONE;
- HRESULT hr = win_util::ScanAndSaveDownloadedFile(full_path_, source_url_);
+ HRESULT hr = ScanAndSaveDownloadedFile(full_path_, source_url_);
// If the download file is missing after the call, then treat this as an
// interrupted download.

Powered by Google App Engine
This is Rietveld 408576698