| Index: cc/test/test_web_graphics_context_3d.h
|
| diff --git a/cc/test/test_web_graphics_context_3d.h b/cc/test/test_web_graphics_context_3d.h
|
| index 1f51040750fba3869ded49d506470335263d01ba..c3012335d0a597f61a00d81fa9f9817be8057ca8 100644
|
| --- a/cc/test/test_web_graphics_context_3d.h
|
| +++ b/cc/test/test_web_graphics_context_3d.h
|
| @@ -300,7 +300,7 @@ class TestWebGraphicsContext3D {
|
|
|
| size_t NumUsedTextures() const { return used_textures_.size(); }
|
| bool UsedTexture(int texture) const {
|
| - return ContainsKey(used_textures_, texture);
|
| + return base::ContainsKey(used_textures_, texture);
|
| }
|
| void ResetUsedTextures() { used_textures_.clear(); }
|
|
|
|
|