commit | 135261e8e241110189e8d5bdb1ad6fe78a77ea11 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Wed Jan 11 22:43:15 2023 |
committer | Chromium LUCI CQ <[email protected]> | Wed Jan 11 22:43:15 2023 |
tree | de741dabaf047ad3751c656c3363a442a193fdeb | |
parent | 821ca309ed94810aa52df2b31fc916806e207e0e [diff] [blame] |
Update header includes for /base/functional in /r* bind.h, callback.h, callback_forward.h, and callback_helpers.h moved into /base/functional/. Update the include paths to directly include them in their new location. Bug: 1364441 Change-Id: I7cace513100cdf727d14419cf5817fda92941012 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4157696 Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Owners-Override: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/main@{#1091527}
diff --git a/remoting/client/dual_buffer_frame_consumer.cc b/remoting/client/dual_buffer_frame_consumer.cc index a66aefa..ab6c5b62 100644 --- a/remoting/client/dual_buffer_frame_consumer.cc +++ b/remoting/client/dual_buffer_frame_consumer.cc
@@ -6,9 +6,9 @@ #include <memory> -#include "base/bind.h" -#include "base/callback_helpers.h" #include "base/check.h" +#include "base/functional/bind.h" +#include "base/functional/callback_helpers.h" #include "base/location.h" #include "base/task/single_thread_task_runner.h"