Commit c3466f05 authored by Jeroen Dhollander's avatar Jeroen Dhollander Committed by Commit Bot

Add missing include

This file is only compiled when the GN arg
|enable_fake_assistant_microphone=true| is used,
which is why it was broken without people realizing.

Bug: N/A
Test: N/A
Change-Id: Ibeae35d306506710d2d7a3a9687a2d16db3a7a79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2260940
Commit-Queue: Jeroen Dhollander <jeroendh@google.com>
Commit-Queue: Tao Wu <wutao@chromium.org>
Auto-Submit: Jeroen Dhollander <jeroendh@google.com>
Reviewed-by: default avatarTao Wu <wutao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781470}
parent 3232d3f9
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#include "base/bind.h" #include "base/bind.h"
#include "base/files/file.h" #include "base/files/file.h"
#include "base/location.h" #include "base/location.h"
#include "base/logging.h"
#include "base/task/task_traits.h" #include "base/task/task_traits.h"
#include "base/task/thread_pool.h" #include "base/task/thread_pool.h"
#include "base/time/time.h" #include "base/time/time.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment