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

Unified Diff: content/renderer/media/tagged_list.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/tagged_list.h
diff --git a/content/renderer/media/tagged_list.h b/content/renderer/media/tagged_list.h
index 450f9f69e98306296c79a78480e58460b515a263..b58772c0329770d1568e51f152c30d89f0bed70a 100644
--- a/content/renderer/media/tagged_list.h
+++ b/content/renderer/media/tagged_list.h
@@ -9,6 +9,7 @@
#include <list>
#include "base/logging.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
namespace content {
« no previous file with comments | « content/renderer/media/speech_recognition_audio_sink_unittest.cc ('k') | content/renderer/media/user_media_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698