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

Unified Diff: content/browser/web_contents/web_contents_drag_win.cc

Issue 16943003: Rewrite scoped_ptr<T>(NULL) to use the default ctor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « chrome_frame/urlmon_bind_status_callback.h ('k') | media/audio/win/audio_unified_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_drag_win.cc
diff --git a/content/browser/web_contents/web_contents_drag_win.cc b/content/browser/web_contents/web_contents_drag_win.cc
index 6503b8d8db7874e15dd521df9f5d7ca9802d40e6..b151ed26df4f4b58b9702d3214f294df4c8ac3f2 100644
--- a/content/browser/web_contents/web_contents_drag_win.cc
+++ b/content/browser/web_contents/web_contents_drag_win.cc
@@ -263,7 +263,7 @@ void WebContentsDragWin::PrepareDragForDownload(
scoped_refptr<DragDownloadFile> download_file =
new DragDownloadFile(
download_path,
- scoped_ptr<net::FileStream>(NULL),
+ scoped_ptr<net::FileStream>(),
download_url,
Referrer(page_url, drop_data.referrer_policy),
page_encoding,
« no previous file with comments | « chrome_frame/urlmon_bind_status_callback.h ('k') | media/audio/win/audio_unified_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698