summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/client/hash_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/client/hash_tables.h')
-rw-r--r--gpu/command_buffer/client/hash_tables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/client/hash_tables.h b/gpu/command_buffer/client/hash_tables.h
index 33872bd..fff3098 100644
--- a/gpu/command_buffer/client/hash_tables.h
+++ b/gpu/command_buffer/client/hash_tables.h
@@ -13,7 +13,7 @@ struct hash_map : public std::tr1::unordered_map<key, value> {
};
}
#else
-#include "base/hash_tables.h"
+#include "base/containers/hash_tables.h"
namespace gpu {
template <typename key, typename value>
struct hash_map : public base::hash_map<key, value> {