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

Unified Diff: content/renderer/media/media_permission_dispatcher_impl.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/media_permission_dispatcher_impl.h
diff --git a/content/renderer/media/media_permission_dispatcher_impl.h b/content/renderer/media/media_permission_dispatcher_impl.h
index 5bb1128bcef2e149ee24db0295fa47fc075ee28d..8aebc89a09a131909cd02c8e0a4910d426eb15e3 100644
--- a/content/renderer/media/media_permission_dispatcher_impl.h
+++ b/content/renderer/media/media_permission_dispatcher_impl.h
@@ -11,8 +11,11 @@
#ifndef CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_IMPL_H_
#define CONTENT_RENDERER_MEDIA_MEDIA_PERMISSION_DISPATCHER_IMPL_H_
+#include <stdint.h>
+
#include <map>
+#include "base/macros.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_checker.h"
#include "content/common/content_export.h"
« no previous file with comments | « content/renderer/media/media_permission_dispatcher.h ('k') | content/renderer/media/media_permission_dispatcher_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698