Chromium Code Reviews| Index: ui/gl/gl_surface_linux.cc |
| diff --git a/ui/gl/gl_surface_linux.cc b/ui/gl/gl_surface_linux.cc |
| index 03ab5143ee6dde07846efc5faeedaf09d20f75b3..75542c3d312f9ecdefdd2f568bc237891bbe149c 100644 |
| --- a/ui/gl/gl_surface_linux.cc |
| +++ b/ui/gl/gl_surface_linux.cc |
| @@ -20,7 +20,7 @@ namespace gfx { |
| namespace { |
| Display* g_osmesa_display; |
| -} // namespace anonymous |
| +} // namespace |
| // This OSMesa GL surface can use XLib to swap the contents of the buffer to a |
| // view. |