Index: chrome/common/media_galleries/picasa_types.cc |
diff --git a/chrome/common/media_galleries/picasa_types.cc b/chrome/common/media_galleries/picasa_types.cc |
index 6404259d4d5699e1a5798243b7f5dd52dc07d229..ab433f2befb76bd5028ea404858d5472df425f09 100644 |
--- a/chrome/common/media_galleries/picasa_types.cc |
+++ b/chrome/common/media_galleries/picasa_types.cc |
@@ -34,9 +34,9 @@ const char kPicasaAlbumTableName[] = "albumdata"; |
const char kAlbumTokenPrefix[] = "]album:"; |
const char kPicasaINIFilename[] = ".picasa.ini"; |
-const uint32 kAlbumCategoryAlbum = 0; |
-const uint32 kAlbumCategoryFolder = 2; |
-const uint32 kAlbumCategoryInvalid = 0xffff; // Sentinel value. |
+const uint32_t kAlbumCategoryAlbum = 0; |
+const uint32_t kAlbumCategoryFolder = 2; |
+const uint32_t kAlbumCategoryInvalid = 0xffff; // Sentinel value. |
AlbumInfo::AlbumInfo() { |
} |