summaryrefslogtreecommitdiffstats
path: root/ui/gl/gl_implementation_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/gl_implementation_linux.cc')
-rw-r--r--ui/gl/gl_implementation_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_implementation_linux.cc b/ui/gl/gl_implementation_linux.cc
index 35f68ac..e5ca5f6 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);