| Index: chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc b/chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc
|
| index f954b87aea1711da877b81816b1b3191f57ae545..bdb1fa49071a9da074923a1469a694939f26b93b 100644
|
| --- a/chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc
|
| @@ -48,7 +48,6 @@ void IPhotoDataProvider::OnLibraryParsed(const ReadyCallback& ready_callback,
|
|
|
| void IPhotoDataProvider::BuildIndices(const parser::Library& library) {
|
| typedef base::hash_map<uint64, const base::FilePath*> IdIndex;
|
| - typedef base::hash_map<uint64, std::string> IdFileNameIndex;
|
|
|
| IdIndex photo_id_index;
|
| IdIndex originals_id_index;
|
|
|