| Index: cc/resources/resource_provider_unittest.cc
|
| diff --git a/cc/resources/resource_provider_unittest.cc b/cc/resources/resource_provider_unittest.cc
|
| index 25ca028e28e058a30dc7f5abf549eb51feab8c8a..3daef6619ab31142b1eaf0e9b8ce4ea9743760f2 100644
|
| --- a/cc/resources/resource_provider_unittest.cc
|
| +++ b/cc/resources/resource_provider_unittest.cc
|
| @@ -158,7 +158,7 @@ class ContextSharedData {
|
|
|
| uint32 next_sync_point_;
|
| unsigned next_mailbox_;
|
| - typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
|
| + typedef base::hash_map<unsigned, scoped_refptr<TestTexture>> TextureMap;
|
| TextureMap textures_;
|
| base::hash_map<unsigned, uint32> sync_point_for_mailbox_;
|
| };
|
|
|