| 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 5e54c0b4c899ac3085832ffd72a9dfa2ae82e6a7..dd391b438a6a4101e34388cebd25a29b7fc3a462 100644
|
| --- a/chrome/common/media_galleries/picasa_types.h
|
| +++ b/chrome/common/media_galleries/picasa_types.h
|
| @@ -29,6 +29,9 @@ typedef std::set<std::string> AlbumUIDSet;
|
| typedef std::map<std::string, AlbumImages> AlbumImagesMap;
|
| typedef std::map<std::string, AlbumInfo> AlbumMap;
|
|
|
| +extern const char kPicasaDatabaseDirName[];
|
| +extern const char kPicasaTempDirName[];
|
| +
|
| extern const char kPicasaAlbumTableName[];
|
| extern const char kAlbumTokenPrefix[];
|
|
|
|
|