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 a7be5e3c03425687b9d75681d7cd76d2e090e787..7a3b3088fb199e4ec76a83f14462c32816f22925 100644 |
--- a/chrome/common/media_galleries/picasa_types.cc |
+++ b/chrome/common/media_galleries/picasa_types.cc |
@@ -32,6 +32,13 @@ void ClosePlatformFile(base::PlatformFile* platform_file) { |
} // namespace |
+const char kPicasaAlbumTableName[] = "albumdata"; |
+const char kAlbumTokenPrefix[] = "]album:"; |
+ |
+const uint32 kAlbumCategoryAlbum = 0; |
+const uint32 kAlbumCategoryFolder = 2; |
+const uint32 kAlbumCategoryInvalid = 0xffff; // Sentinel value. |
+ |
AlbumInfo::AlbumInfo() {} |
AlbumInfo::AlbumInfo(const std::string& name, const base::Time& timestamp, |