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

Unified Diff: base/process/process_metrics_win.cc

Issue 1445003002: Use std::default_delete as the default deleter for scoped_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Windows Created 5 years, 1 month 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: base/process/process_metrics_win.cc
diff --git a/base/process/process_metrics_win.cc b/base/process/process_metrics_win.cc
index c3b3e50ff615470814e47af1742103fa0523a7da..4bcbfd0df7f1bb3b2d5834476957a231fc2190f7 100644
--- a/base/process/process_metrics_win.cc
+++ b/base/process/process_metrics_win.cc
@@ -7,6 +7,7 @@
#include <windows.h>
#include <psapi.h>
#include <winternl.h>
+#include <algorithm>
#include "base/logging.h"
#include "base/sys_info.h"

Powered by Google App Engine
This is Rietveld 408576698