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

Unified Diff: media/audio/alsa/alsa_output.cc

Issue 1837483003: Move base::FreeDeleter into its own header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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: media/audio/alsa/alsa_output.cc
diff --git a/media/audio/alsa/alsa_output.cc b/media/audio/alsa/alsa_output.cc
index 4ab571ec360a3b25578424359aed6bf50ef1b8dd..9216def5e2d6b70a3fc88e113688c8e5db9c6333 100644
--- a/media/audio/alsa/alsa_output.cc
+++ b/media/audio/alsa/alsa_output.cc
@@ -40,6 +40,7 @@
#include "base/bind.h"
#include "base/logging.h"
+#include "base/memory/free_deleter.h"
#include "base/stl_util.h"
#include "base/trace_event/trace_event.h"
#include "media/audio/alsa/alsa_util.h"

Powered by Google App Engine
This is Rietveld 408576698