Index: chrome/common/media_galleries/picasa_types.h |
diff --git a/chrome/common/media_galleries/picasa_types.h b/chrome/common/media_galleries/picasa_types.h |
index 03cc78c204d938fb384f7741ab491ec36707f597..ba3adeee1d7e852f116eb8e2d6517d3a9e13b7a6 100644 |
--- a/chrome/common/media_galleries/picasa_types.h |
+++ b/chrome/common/media_galleries/picasa_types.h |
@@ -5,6 +5,8 @@ |
#ifndef CHROME_COMMON_MEDIA_GALLERIES_PICASA_TYPES_H_ |
#define CHROME_COMMON_MEDIA_GALLERIES_PICASA_TYPES_H_ |
+#include <stdint.h> |
+ |
#include <map> |
#include <set> |
#include <string> |
@@ -37,9 +39,9 @@ extern const char kPicasaINIFilename[]; |
extern const char kPicasaAlbumTableName[]; |
extern const char kAlbumTokenPrefix[]; |
-extern const uint32 kAlbumCategoryAlbum; |
-extern const uint32 kAlbumCategoryFolder; |
-extern const uint32 kAlbumCategoryInvalid; |
+extern const uint32_t kAlbumCategoryAlbum; |
+extern const uint32_t kAlbumCategoryFolder; |
+extern const uint32_t kAlbumCategoryInvalid; |
struct AlbumInfo { |
AlbumInfo(); |