Index: cc/test/ordered_texture_map.h |
diff --git a/cc/test/ordered_texture_map.h b/cc/test/ordered_texture_map.h |
index 4797c597603c177d16980bb329f6960625cff44d..2aa311184a3a7c96c7f6b2ff4c455d392238b24d 100644 |
--- a/cc/test/ordered_texture_map.h |
+++ b/cc/test/ordered_texture_map.h |
@@ -32,8 +32,7 @@ class OrderedTextureMap { |
GLuint IdAt(size_t index); |
private: |
- typedef base::hash_map<GLuint, scoped_refptr<TestTexture> > |
- TextureMap; |
+ typedef base::hash_map<GLuint, scoped_refptr<TestTexture>> TextureMap; |
typedef std::vector<GLuint> TextureList; |
TextureMap textures_; |