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

Unified Diff: components/memory_pressure/filtered_memory_pressure_calculator.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: How many trial and errors before this builds on the Windows bots 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
« no previous file with comments | « components/invalidation/impl/mock_ack_handler.cc ('k') | components/nacl/renderer/histogram.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_pressure/filtered_memory_pressure_calculator.cc
diff --git a/components/memory_pressure/filtered_memory_pressure_calculator.cc b/components/memory_pressure/filtered_memory_pressure_calculator.cc
index bf10f5a3fb9b0a88afe8f131c5a8990e10b5e7fa..ce4e6071a2dc2e71d56e1f8339866b042c0474ee 100644
--- a/components/memory_pressure/filtered_memory_pressure_calculator.cc
+++ b/components/memory_pressure/filtered_memory_pressure_calculator.cc
@@ -4,6 +4,7 @@
#include "components/memory_pressure/filtered_memory_pressure_calculator.h"
+#include <algorithm>
#include "base/time/tick_clock.h"
namespace memory_pressure {
« no previous file with comments | « components/invalidation/impl/mock_ack_handler.cc ('k') | components/nacl/renderer/histogram.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698