| Index: gpu/command_buffer/client/hash_tables.h
|
| diff --git a/gpu/command_buffer/client/hash_tables.h b/gpu/command_buffer/client/hash_tables.h
|
| index 33872bd6998166664cd43826c67f38454c21558f..fff3098dea6ce54e8119f32ab65f691ca074cfdf 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> {
|
|
|