$OpenBSD: patch-ui_events_x_keysym_to_unicode_cc,v 1.1 2014/10/13 06:49:19 robert Exp $
--- ui/events/x/keysym_to_unicode.cc.orig.port	Sat Oct 11 19:35:42 2014
+++ ui/events/x/keysym_to_unicode.cc	Sat Oct 11 19:57:17 2014
@@ -35,7 +35,7 @@
 #include <X11/X.h>
 #include <X11/keysym.h>
 
-#include <unordered_map>
+#include <ext/hash_map>
 
 #include "base/lazy_instance.h"
 #include "base/macros.h"
@@ -832,7 +832,7 @@ class KeySymToUnicode {
   }
 
  private:
-  typedef std::unordered_map<KeySym, uint16_t> KeySymToUnicodeMap;
+  typedef __gnu_cxx::hash_map<KeySym, uint16_t> KeySymToUnicodeMap;
   KeySymToUnicodeMap keysym_to_unicode_map_;
 
   DISALLOW_COPY_AND_ASSIGN(KeySymToUnicode);
