diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 03:06:27 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-27 03:06:27 +0000 |
commit | 83afcbcc9bf7be3cdf91a4a6af573638c042a694 (patch) | |
tree | f651806f511203f05f5fe71583454852bc6be710 /ui/gl/gl_surface_linux.cc | |
parent | af7023c1a1ff7265761522a6ecb0a46697e77fa7 (diff) | |
download | chromium_src-83afcbcc9bf7be3cdf91a4a6af573638c042a694.zip chromium_src-83afcbcc9bf7be3cdf91a4a6af573638c042a694.tar.gz chromium_src-83afcbcc9bf7be3cdf91a4a6af573638c042a694.tar.bz2 |
ui: No need to typedef testing::Test in unittests.
TEST() macro should be used instead.
TEST=ui_unittests
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10808072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148710 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gl/gl_surface_linux.cc')
-rw-r--r-- | ui/gl/gl_surface_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gl/gl_surface_linux.cc b/ui/gl/gl_surface_linux.cc index 03ab514..75542c3 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. |