Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: chromeos/binder/transaction_data.h

Issue 1540803002: Switch to standard integer types in chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/binder/status.h ('k') | chromeos/binder/transaction_data_from_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/binder/transaction_data.h
diff --git a/chromeos/binder/transaction_data.h b/chromeos/binder/transaction_data.h
index c7602c074f1a7e57e34243003bc3da0f539cbbe8..d43fc690baeba3f13fcd7cf059d0639ea9e2a801 100644
--- a/chromeos/binder/transaction_data.h
+++ b/chromeos/binder/transaction_data.h
@@ -5,7 +5,6 @@
#ifndef CHROMEOS_BINDER_TRANSACTION_DATA_H_
#define CHROMEOS_BINDER_TRANSACTION_DATA_H_
-#include "base/basictypes.h"
#include "chromeos/binder/status.h"
namespace binder {
@@ -19,7 +18,7 @@ class TransactionData {
virtual uintptr_t GetCookie() const = 0;
// Returns the transaction code.
- virtual uint32 GetCode() const = 0;
+ virtual uint32_t GetCode() const = 0;
// Returns the PID of the sender.
virtual pid_t GetSenderPID() const = 0;
« no previous file with comments | « chromeos/binder/status.h ('k') | chromeos/binder/transaction_data_from_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698