| Index: chromeos/binder/util.h
|
| diff --git a/chromeos/binder/util.h b/chromeos/binder/util.h
|
| index 6801d2404f9da852a3b421dc62b5c324b5892b25..461d4e073a11bd5fdba3456e98bde877f2457bbc 100644
|
| --- a/chromeos/binder/util.h
|
| +++ b/chromeos/binder/util.h
|
| @@ -5,14 +5,13 @@
|
| #ifndef CHROMEOS_BINDER_UTIL_H_
|
| #define CHROMEOS_BINDER_UTIL_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "chromeos/chromeos_export.h"
|
|
|
| namespace binder {
|
|
|
| // Returns the string representation of the given binder command or "UNKNOWN"
|
| // if command is unknown, never returns null.
|
| -CHROMEOS_EXPORT const char* CommandToString(uint32 command);
|
| +CHROMEOS_EXPORT const char* CommandToString(uint32_t command);
|
|
|
| } // namespace binder
|
|
|
|
|