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

Unified Diff: content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc

Issue 2932053002: Use C++11 alignment primitives (Closed)
Patch Set: Fix merge Created 3 years, 6 months 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
Index: content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc
diff --git a/content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc b/content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc
index ba89624b15816edc6e8aff845f0bdc5fbd2ddfdc..e68c294c5a9f00b73bb08819c8701981d3f8bb33 100644
--- a/content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc
+++ b/content/browser/renderer_host/media/audio_input_sync_writer_unittest.cc
@@ -32,8 +32,10 @@ using media::AudioParameters;
namespace content {
namespace {
+
// Number of audio buffers in the faked ring buffer.
const int kSegments = 10;
+
} // namespace
// Mocked out sockets used for Send/ReceiveWithTimeout. Counts the number of
« no previous file with comments | « components/tracing/core/proto_zero_message.h ('k') | content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698