| Index: chromeos/binder/transaction_status.h
|
| diff --git a/chromeos/binder/transaction_status.h b/chromeos/binder/transaction_status.h
|
| index c239e73e7962ede873522804cf5fa8d8963b2d1f..088d1738c0f87a0a126f60e9882527c751a9c7e0 100644
|
| --- a/chromeos/binder/transaction_status.h
|
| +++ b/chromeos/binder/transaction_status.h
|
| @@ -5,7 +5,9 @@
|
| #ifndef CHROMEOS_BINDER_TRANSACTION_STATUS_H_
|
| #define CHROMEOS_BINDER_TRANSACTION_STATUS_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "chromeos/binder/status.h"
|
| #include "chromeos/binder/transaction_data.h"
|
| @@ -23,7 +25,7 @@ class CHROMEOS_EXPORT TransactionStatus : public TransactionData {
|
|
|
| // TransactionData override:
|
| uintptr_t GetCookie() const override;
|
| - uint32 GetCode() const override;
|
| + uint32_t GetCode() const override;
|
| pid_t GetSenderPID() const override;
|
| uid_t GetSenderEUID() const override;
|
| bool IsOneWay() const override;
|
|
|