commit | db9ae7941adc1d95c943accce9e0151d265fd640 | [log] [tgz] |
---|---|---|
author | danakj <[email protected]> | Wed Nov 11 16:01:35 2020 |
committer | Commit Bot <[email protected]> | Wed Nov 11 16:01:35 2020 |
tree | 2888fc7cfd157eb37d4dfafc39fc0d8477ec8bf6 | |
parent | a42ab3eba6bb5de58cc8b555ab74196a7d4fdd17 [diff] [blame] |
Rename includes from bind_helpers.h to callback_helpers.h [email protected] NOPRESUBMIT=true TBR= NOTRY=true Change-Id: I93bc6a9360997fae7adeab8c01f56e08fc025dd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523543 Commit-Queue: danakj <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: danakj <[email protected]> Cr-Commit-Position: refs/heads/master@{#826289}
diff --git a/remoting/host/desktop_session_agent_unittest.cc b/remoting/host/desktop_session_agent_unittest.cc index 9a9140fc..b12933d4 100644 --- a/remoting/host/desktop_session_agent_unittest.cc +++ b/remoting/host/desktop_session_agent_unittest.cc
@@ -7,8 +7,8 @@ #include <memory> #include "base/bind.h" -#include "base/bind_helpers.h" #include "base/callback.h" +#include "base/callback_helpers.h" #include "base/location.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h"