Chromium Code Reviews| Index: ui/gl/gl_surface.cc |
| diff --git a/ui/gl/gl_surface.cc b/ui/gl/gl_surface.cc |
| index c0ac7f013cd4fcdc09ec0ccbb6eab08a0e89d226..59939c75b159ab489f0c980285765d2734697ef5 100644 |
| --- a/ui/gl/gl_surface.cc |
| +++ b/ui/gl/gl_surface.cc |
| @@ -22,7 +22,7 @@ |
| namespace gl { |
| namespace { |
| -base::LazyInstance<base::ThreadLocalPointer<GLSurface> >::Leaky |
| +base::LazyInstance<base::ThreadLocalPointer<GLSurface>>::Leaky |
| current_surface_ = LAZY_INSTANCE_INITIALIZER; |
| } // namespace |