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

Unified Diff: remoting/protocol/webrtc_audio_source_adapter.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: and more! Created 4 years, 2 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: remoting/protocol/webrtc_audio_source_adapter.h
diff --git a/remoting/protocol/webrtc_audio_source_adapter.h b/remoting/protocol/webrtc_audio_source_adapter.h
index 9c488c2ae594660740ce6b31cb631b2f2b605973..c39398536afd3f40b95498063fc409b2c664efa4 100644
--- a/remoting/protocol/webrtc_audio_source_adapter.h
+++ b/remoting/protocol/webrtc_audio_source_adapter.h
@@ -8,7 +8,9 @@
#include <memory>
#include "base/macros.h"
+#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
+#include "base/single_thread_task_runner.h"
#include "third_party/webrtc/api/mediastreaminterface.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698