| Index: chromecast/common/cast_resource_delegate.h
|
| diff --git a/chromecast/common/cast_resource_delegate.h b/chromecast/common/cast_resource_delegate.h
|
| index 7aa2f1c54c2c26a71d72c7252bc6987390172ccd..a70ef978736a1d8dbcd8b60180e3628626519ed7 100644
|
| --- a/chromecast/common/cast_resource_delegate.h
|
| +++ b/chromecast/common/cast_resource_delegate.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <memory>
|
| #include <string>
|
| -#include <unordered_map>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted_memory.h"
|
| @@ -57,7 +56,7 @@
|
| void ClearAllExtraLocalizedStrings();
|
|
|
| private:
|
| - using ExtraLocaledStringMap = std::unordered_map<int, base::string16>;
|
| + typedef base::hash_map<int, base::string16> ExtraLocaledStringMap;
|
|
|
| ExtraLocaledStringMap extra_localized_strings_;
|
|
|
|
|