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

Unified Diff: components/proximity_auth/metrics.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/nacl/renderer/histogram.cc ('k') | components/proximity_auth/screenlock_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/metrics.cc
diff --git a/components/proximity_auth/metrics.cc b/components/proximity_auth/metrics.cc
index 7b4db8f42bdda59b77274213646920881cf00cf9..1e388032ec747d02d6a228e748ab73a6225bf341 100644
--- a/components/proximity_auth/metrics.cc
+++ b/components/proximity_auth/metrics.cc
@@ -4,6 +4,8 @@
#include "components/proximity_auth/metrics.h"
+#include <algorithm>
+
#include "base/logging.h"
#include "base/md5.h"
#include "base/metrics/histogram_macros.h"
« no previous file with comments | « components/nacl/renderer/histogram.cc ('k') | components/proximity_auth/screenlock_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698