Chromium Code Reviews| Index: chrome/common/media_galleries/picasa_test_util.h |
| diff --git a/chrome/common/media_galleries/picasa_test_util.h b/chrome/common/media_galleries/picasa_test_util.h |
| index 616f2bfb801cb4a1e6af51a4e4b4ed4adb31d3d9..4df088b90d75ff40f425ea5c22ad0341e0e6b669 100644 |
| --- a/chrome/common/media_galleries/picasa_test_util.h |
| +++ b/chrome/common/media_galleries/picasa_test_util.h |
| @@ -32,6 +32,8 @@ void WriteTestAlbumTable(const base::FilePath& column_file_destination, |
| void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path, |
| const base::FilePath& test_folder_2_path); |
| +bool WriteJPEGHeader(const base::FilePath& path); |
|
vandebo (ex-Chrome)
2013/09/18 15:49:35
Maybe this should go into chrome/browser/media_gal
tommycli
2013/09/19 22:58:45
Done.
|
| + |
| } // namespace picasa |
| #endif // CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ |