Index: chrome/common/pepper_flash.h |
diff --git a/chrome/common/pepper_flash.h b/chrome/common/pepper_flash.h |
index b679a17942bf846e1d513279ca0fbbf0d2d56125..f1756e75db39ac471fd2ae982ca664d4ffee0c0c 100644 |
--- a/chrome/common/pepper_flash.h |
+++ b/chrome/common/pepper_flash.h |
@@ -5,13 +5,14 @@ |
#ifndef CHROME_COMMON_PEPPER_FLASH_H_ |
#define CHROME_COMMON_PEPPER_FLASH_H_ |
-#include "base/basictypes.h" |
+#include <stdint.h> |
+ |
#include "base/values.h" |
#include "base/version.h" |
namespace chrome { |
// Permission bits for Pepper Flash. |
-extern const int32 kPepperFlashPermissions; |
+extern const int32_t kPepperFlashPermissions; |
// Returns true if this browser is compatible with the given Pepper Flash |
// manifest, with the version specified in the manifest in |version_out|. |