Index: net/base/platform_mime_util_win.cc |
diff --git a/net/base/platform_mime_util_win.cc b/net/base/platform_mime_util_win.cc |
index fcac48faab53e3c10e0b12555a2c42edf720e444..18eec997fce726fdc383c064ecfca07ee73d1bd3 100644 |
--- a/net/base/platform_mime_util_win.cc |
+++ b/net/base/platform_mime_util_win.cc |
@@ -42,7 +42,7 @@ bool PlatformMimeUtil::GetPreferredExtensionForMimeType( |
void PlatformMimeUtil::GetPlatformExtensionsForMimeType( |
const std::string& mime_type, |
- base::hash_set<base::FilePath::StringType>* extensions) const { |
+ std::unordered_set<base::FilePath::StringType>* extensions) const { |
// Multiple extensions could have the given mime type specified as their types |
// in their 'HKCR\.<extension>\Content Type' keys. Iterating all the HKCR |
// entries, though, is wildly impractical. Cheat by returning just the |