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

Unified Diff: components/cloud_devices/common/description_items.h

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
Index: components/cloud_devices/common/description_items.h
diff --git a/components/cloud_devices/common/description_items.h b/components/cloud_devices/common/description_items.h
index 1e8ed53ff78a97ed89ab89e11b1f8d2933e152e2..cd30ac104dc7ff84d360d7acf7231a1167db1e33 100644
--- a/components/cloud_devices/common/description_items.h
+++ b/components/cloud_devices/common/description_items.h
@@ -8,6 +8,7 @@
// Defines common templates that could be used to create device specific
// capabilities and print tickets.
+#include <algorithm>
#include <vector>
#include "base/logging.h"

Powered by Google App Engine
This is Rietveld 408576698