| Index: chromeos/binder/transaction_status.cc
|
| diff --git a/chromeos/binder/transaction_status.cc b/chromeos/binder/transaction_status.cc
|
| index cdf0d39c91ea111af8d0794702ab3945578bf53c..20f997c33d69b0711823379f2cef71717c5c9ac4 100644
|
| --- a/chromeos/binder/transaction_status.cc
|
| +++ b/chromeos/binder/transaction_status.cc
|
| @@ -14,7 +14,7 @@ uintptr_t TransactionStatus::GetCookie() const {
|
| return 0;
|
| }
|
|
|
| -uint32 TransactionStatus::GetCode() const {
|
| +uint32_t TransactionStatus::GetCode() const {
|
| return 0;
|
| }
|
|
|
|
|