Index: content/common/gpu/media/gpu_arc_video_service.h |
diff --git a/content/common/gpu/media/gpu_arc_video_service.h b/content/common/gpu/media/gpu_arc_video_service.h |
index 131150c9f94e82991ae2129137f6fd8c561b369c..601d843a46299515c212091d95d1c7fec94d9801 100644 |
--- a/content/common/gpu/media/gpu_arc_video_service.h |
+++ b/content/common/gpu/media/gpu_arc_video_service.h |
@@ -20,6 +20,7 @@ struct ChannelHandle; |
} |
namespace content { |
+namespace arc { |
// GpuArcVideoService manages life-cycle and IPC message translation for |
// ArcVideoAccelerator. |
@@ -63,6 +64,7 @@ class GpuArcVideoService { |
DISALLOW_COPY_AND_ASSIGN(GpuArcVideoService); |
}; |
+} // namespace arc |
} // namespace content |
#endif // CONTENT_COMMON_GPU_MEDIA_GPU_ARC_VIDEO_SERVICE_H_ |