Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / test / ordered_texture_map.h
index 4797c59..2aa3111 100644 (file)
@@ -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_;