Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1259)

Unified Diff: media/cast/sender/video_sender_unittest.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/capture/video/mac/video_capture_device_qtkit_mac.h ('k') | media/filters/vpx_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/video_sender_unittest.cc
diff --git a/media/cast/sender/video_sender_unittest.cc b/media/cast/sender/video_sender_unittest.cc
index 4b4c93031340d24c061b3c398876d011e9dfcddf..5655a0f0f7eb961d939e6e52e21e8f29f92e8b89 100644
--- a/media/cast/sender/video_sender_unittest.cc
+++ b/media/cast/sender/video_sender_unittest.cc
@@ -183,7 +183,7 @@ class VideoSenderTest : public ::testing::Test {
}
// If |external| is true then external video encoder (VEA) is used.
- // |expect_init_sucess| is true if initialization is expected to succeed.
+ // |expect_init_success| is true if initialization is expected to succeed.
void InitEncoder(bool external, bool expect_init_success) {
VideoSenderConfig video_config = GetDefaultVideoSenderConfig();
video_config.use_external_encoder = external;
@@ -253,6 +253,7 @@ class VideoSenderTest : public ::testing::Test {
int last_pixel_value_;
base::TimeTicks first_frame_timestamp_;
+ private:
DISALLOW_COPY_AND_ASSIGN(VideoSenderTest);
};
« no previous file with comments | « media/capture/video/mac/video_capture_device_qtkit_mac.h ('k') | media/filters/vpx_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698