| 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..12443c705abe439bfad47434bc8bfed5425f30e5 100644
|
| --- a/chrome/common/media_galleries/picasa_types.cc
|
| +++ b/chrome/common/media_galleries/picasa_types.cc
|
| @@ -32,6 +32,9 @@ void ClosePlatformFile(base::PlatformFile* platform_file) {
|
|
|
| } // namespace
|
|
|
| +const char kPicasaAlbumTableName[] = "albumdata";
|
| +const char kAlbumTokenPrefix[] = "]album:";
|
| +
|
| AlbumInfo::AlbumInfo() {}
|
|
|
| AlbumInfo::AlbumInfo(const std::string& name, const base::Time& timestamp,
|
|
|