| Index: content/common/gpu/media/rendering_helper_mac.mm
|
| ===================================================================
|
| --- content/common/gpu/media/rendering_helper_mac.mm (revision 163460)
|
| +++ content/common/gpu/media/rendering_helper_mac.mm (working copy)
|
| @@ -78,7 +78,7 @@
|
| CHECK_EQ(static_cast<int>(glGetError()), GL_NO_ERROR);
|
| }
|
|
|
| -namespace video_test_util {
|
| +namespace content {
|
|
|
| class RenderingHelperMac : public RenderingHelper {
|
| public:
|
| @@ -219,4 +219,4 @@
|
| return NULL;
|
| }
|
|
|
| -} // namespace video_test_util
|
| +} // namespace content
|
|
|