Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8135)

Unified Diff: chrome/browser/media_galleries/fileapi/iphoto_data_provider.cc

Issue 266133002: Remove a few unused typedefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/themes/browser_theme_pack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/themes/browser_theme_pack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698