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

Unified Diff: content/renderer/media/media_permission_dispatcher_proxy.cc

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_proxy.cc
diff --git a/content/renderer/media/media_permission_dispatcher_proxy.cc b/content/renderer/media/media_permission_dispatcher_proxy.cc
index 693e5f0bdf8f52ae35beb5d92ccc0ca918c1ca22..e883ac953af75939ca208ccdd0708c7b95b69a0b 100644
--- a/content/renderer/media/media_permission_dispatcher_proxy.cc
+++ b/content/renderer/media/media_permission_dispatcher_proxy.cc
@@ -4,9 +4,12 @@
#include "content/renderer/media/media_permission_dispatcher_proxy.h"
+#include <stdint.h>
+
#include "base/bind.h"
#include "base/callback_helpers.h"
#include "base/location.h"
+#include "base/macros.h"
#include "base/thread_task_runner_handle.h"
#include "url/gurl.h"
« no previous file with comments | « content/renderer/media/media_permission_dispatcher_proxy.h ('k') | content/renderer/media/media_recorder_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698