Commit 3d935698 authored by Chunbo Hua's avatar Chunbo Hua Committed by Commit Bot

Fix the wrong namespace denotation description.

Change-Id: I7d98c3641a033b6c66d88edf5f6b1943126058a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2136483Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756793}
parent 93007b45
......@@ -170,4 +170,4 @@ void SilentSinkSuspender::TransitionSinks(bool use_fake_sink) {
}
}
} // namespace content
} // namespace media
......@@ -114,6 +114,6 @@ class MEDIA_EXPORT SilentSinkSuspender
DISALLOW_COPY_AND_ASSIGN(SilentSinkSuspender);
};
} // namespace content
} // namespace media
#endif // MEDIA_BASE_SILENT_SINK_SUSPENDER_H_
......@@ -62,6 +62,6 @@ class CAPTURE_EXPORT VideoCaptureBufferTracker {
int frame_feedback_id_;
};
} // namespace content
} // namespace media
#endif // MEDIA_CAPTURE_VIDEO_VIDEO_CAPTURE_BUFFER_TRACKER_H_
......@@ -756,4 +756,4 @@ void MediaFoundationVideoEncodeAccelerator::ReleaseEncoderResources() {
output_sample_.Reset();
}
} // namespace content
} // namespace media
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment