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

Unified Diff: chromeos/binder/util.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/transaction_status.cc ('k') | chromeos/binder/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chromeos/binder/transaction_status.cc ('k') | chromeos/binder/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698