summaryrefslogtreecommitdiff
path: root/system/common/message_loop_thread_unittest.cc
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2018-07-23 10:00:25 -0700
committerJakub Pawlowski <jpawlowski@google.com>2018-10-13 05:24:26 +0000
commit2fb235178a77469ecaedfdb27c8e6ba728a67d71 (patch)
tree05bede3f1d28693892132750702484546b82bc28 /system/common/message_loop_thread_unittest.cc
parentd93c32acf2dc3ea9c2a5a8fbc32539a81c31ffe5 (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
Diffstat (limited to 'system/common/message_loop_thread_unittest.cc')
-rw-r--r--system/common/message_loop_thread_unittest.cc4
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;
/**