| Index: chromeos/binder/util.cc
|
| diff --git a/chromeos/binder/util.cc b/chromeos/binder/util.cc
|
| index e5788a3e0b3919656db6bf16dddf8a95413afd4f..cd9802d938279a2948f8c9ee41377399b2ccbddc 100644
|
| --- a/chromeos/binder/util.cc
|
| +++ b/chromeos/binder/util.cc
|
| @@ -5,12 +5,13 @@
|
| #include "chromeos/binder/util.h"
|
|
|
| #include <linux/android/binder.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/logging.h"
|
|
|
| namespace binder {
|
|
|
| -const char* CommandToString(uint32 command) {
|
| +const char* CommandToString(uint32_t command) {
|
| switch (command) {
|
| case BR_ERROR:
|
| return "BR_ERROR";
|
|
|