diff options
author | Jakub Pawlowski <jpawlowski@google.com> | 2018-07-23 10:00:25 -0700 |
---|---|---|
committer | Jakub Pawlowski <jpawlowski@google.com> | 2018-10-12 19:43:44 +0000 |
commit | 1524b65e9dd16ec99915b642cdfe29d1511499f5 (patch) | |
tree | cc353d73803dfbbf167243a5c25b060b89e55315 /system/common/message_loop_thread_unittest.cc | |
parent | 8cc0e8de4816d0b7ea1b1754d2d13abadf07303c (diff) |
Uprev libchrome to r576279 (1/multiple)
This patch brings the latest and greatest features of libchrome to
android. It contains ~2600 patches.
Reason for uprev: libbluetooth want to use some of the most recent
features avaliable.
Test: libchrome_test
Change-Id: I5f8d5931b404767d3b86cb3bd8df2a05dd67a768
Merged-In: I5f8d5931b404767d3b86cb3bd8df2a05dd67a768
(cherry picked from commit 6563f68968249876cd96b805d37c33d75836e8d8)
Diffstat (limited to 'system/common/message_loop_thread_unittest.cc')
-rw-r--r-- | system/common/message_loop_thread_unittest.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/common/message_loop_thread_unittest.cc b/system/common/message_loop_thread_unittest.cc index e77a44ce19..0e8f0a462e 100644 --- a/system/common/message_loop_thread_unittest.cc +++ b/system/common/message_loop_thread_unittest.cc @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include "message_loop_thread.h" #include <condition_variable> #include <memory> @@ -22,12 +23,9 @@ #include <base/bind.h> #include <base/threading/platform_thread.h> -#include <base/tracked_objects.h> #include <sys/capability.h> #include <syscall.h> -#include "message_loop_thread.h" - using bluetooth::common::MessageLoopThread; /** |