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

Unified Diff: extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder_svc.cc

Issue 2380743002: [chrome.displaySource] Add missing thread.h include to fix IWUU. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder_svc.cc
diff --git a/extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder_svc.cc b/extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder_svc.cc
index cf81ae5f0cb4e8e8d8a404356f2010a991d15923..8c57b5c47144fd9787a49e0ffc2a0e05e8d524a0 100644
--- a/extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder_svc.cc
+++ b/extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder_svc.cc
@@ -6,6 +6,7 @@
#include "base/bind.h"
#include "base/task_runner_util.h"
+#include "base/threading/thread.h"
#include "base/threading/thread_task_runner_handle.h"
#include "extensions/renderer/api/display_source/wifi_display/wifi_display_video_encoder.h"
#include "third_party/openh264/src/codec/api/svc/codec_api.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698