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

Unified Diff: components/invalidation/impl/mock_ack_handler.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
Index: components/invalidation/impl/mock_ack_handler.cc
diff --git a/components/invalidation/impl/mock_ack_handler.cc b/components/invalidation/impl/mock_ack_handler.cc
index 859c77ac1334ce643f5c6f1c8e8faf84bb8766c7..a0fbd693a0050e2488c9c7dbf13d1c0fc63f069c 100644
--- a/components/invalidation/impl/mock_ack_handler.cc
+++ b/components/invalidation/impl/mock_ack_handler.cc
@@ -4,6 +4,8 @@
#include "components/invalidation/impl/mock_ack_handler.h"
+#include <algorithm>
+
#include "base/thread_task_runner_handle.h"
#include "components/invalidation/public/ack_handle.h"
#include "components/invalidation/public/invalidation.h"
« no previous file with comments | « components/gcm_driver/fake_gcm_client.cc ('k') | components/memory_pressure/filtered_memory_pressure_calculator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698