| Index: content/common/gpu/media/video_decode_accelerator_unittest.cc
|
| ===================================================================
|
| --- content/common/gpu/media/video_decode_accelerator_unittest.cc (revision 163359)
|
| +++ content/common/gpu/media/video_decode_accelerator_unittest.cc (working copy)
|
| @@ -54,8 +54,8 @@
|
| #endif // defined(OS_WIN)
|
|
|
| using media::VideoDecodeAccelerator;
|
| -using video_test_util::RenderingHelper;
|
|
|
| +namespace content {
|
| namespace {
|
|
|
| // Values optionally filled in from flags; see main() below.
|
| @@ -898,3 +898,5 @@
|
|
|
| return RUN_ALL_TESTS();
|
| }
|
| +
|
| +} // namespace content
|
|
|