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

Unified Diff: content/renderer/media/audio_repetition_detector.h

Issue 1547073003: Switch to standard integer types in content/renderer/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/renderer/media/audio_repetition_detector.h
diff --git a/content/renderer/media/audio_repetition_detector.h b/content/renderer/media/audio_repetition_detector.h
index 03d7eaea201f110455c6e483e2d80b34cde645b4..ce61dcaf364f5523a3ed8bb423b7e96e44229bcc 100644
--- a/content/renderer/media/audio_repetition_detector.h
+++ b/content/renderer/media/audio_repetition_detector.h
@@ -5,6 +5,8 @@
#ifndef CONTENT_RENDERER_MEDIA_AUDIO_REPETITION_DETECTOR_H_
#define CONTENT_RENDERER_MEDIA_AUDIO_REPETITION_DETECTOR_H_
+#include <stddef.h>
+
#include <vector>
#include "base/callback.h"

Powered by Google App Engine
This is Rietveld 408576698