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 18eec997fce726fdc383c064ecfca07ee73d1bd3..fcac48faab53e3c10e0b12555a2c42edf720e444 100644 |
--- a/net/base/platform_mime_util_win.cc |
+++ b/net/base/platform_mime_util_win.cc |
@@ -42,7 +42,7 @@ |
void PlatformMimeUtil::GetPlatformExtensionsForMimeType( |
const std::string& mime_type, |
- std::unordered_set<base::FilePath::StringType>* extensions) const { |
+ base::hash_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 |