| Index: content/common/gpu/media/rendering_helper_gl.cc
|
| ===================================================================
|
| --- content/common/gpu/media/rendering_helper_gl.cc (revision 163460)
|
| +++ content/common/gpu/media/rendering_helper_gl.cc (working copy)
|
| @@ -58,7 +58,7 @@
|
| CHECK_EQ(static_cast<int>(glGetError()), GL_NO_ERROR);
|
| }
|
|
|
| -namespace video_test_util {
|
| +namespace content {
|
|
|
| class RenderingHelperGL : public RenderingHelper {
|
| public:
|
| @@ -460,4 +460,4 @@
|
| #endif
|
| }
|
|
|
| -} // namespace video_test_util
|
| +} // namespace content
|
|
|