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/blink/lru.h

Issue 1542013004: Switch to standard integer types in media/, take 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more stddef 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
« no previous file with comments | « media/blink/key_system_config_selector_unittest.cc ('k') | media/blink/lru_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/lru.h
diff --git a/media/blink/lru.h b/media/blink/lru.h
index 1dc1f6d8a1035e5f0154c4fa01f6cdd83c32a1fc..4c1d5ffc7ba163f9453af1804b1631d8583447a5 100644
--- a/media/blink/lru.h
+++ b/media/blink/lru.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_BLINK_LRU_H_
#define MEDIA_BLINK_LRU_H_
+#include <stddef.h>
+
#include <list>
#include "base/containers/hash_tables.h"
« no previous file with comments | « media/blink/key_system_config_selector_unittest.cc ('k') | media/blink/lru_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698