summaryrefslogtreecommitdiffstats
path: root/chromeos/binder/command_broker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/binder/command_broker.cc')
-rw-r--r--chromeos/binder/command_broker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/binder/command_broker.cc b/chromeos/binder/command_broker.cc
index fddddb1..f4a74f1 100644
--- a/chromeos/binder/command_broker.cc
+++ b/chromeos/binder/command_broker.cc
@@ -4,12 +4,12 @@
#include "chromeos/binder/command_broker.h"
-#include <linux/android/binder.h>
#include <stddef.h>
#include <stdint.h>
#include "base/bind.h"
#include "base/logging.h"
+#include "chromeos/binder/binder_driver_api.h"
#include "chromeos/binder/driver.h"
#include "chromeos/binder/local_object.h"
#include "chromeos/binder/transaction_data.h"