| Index: ui/gl/gl_implementation_linux.cc
|
| diff --git a/ui/gl/gl_implementation_linux.cc b/ui/gl/gl_implementation_linux.cc
|
| index 35f68acbc2728cb810fbd91719ea1a47a394037c..e5ca5f698dc21bcdd60a73bc8519afaffb84a58f 100644
|
| --- a/ui/gl/gl_implementation_linux.cc
|
| +++ b/ui/gl/gl_implementation_linux.cc
|
| @@ -45,7 +45,7 @@ base::NativeLibrary LoadLibrary(const char* filename) {
|
| return LoadLibrary(FilePath(filename));
|
| }
|
|
|
| -} // namespace anonymous
|
| +} // namespace
|
|
|
| void GetAllowedGLImplementations(std::vector<GLImplementation>* impls) {
|
| impls->push_back(kGLImplementationDesktopGL);
|
|
|