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

Unified Diff: chrome/renderer/pepper/pepper_uma_host.h

Issue 1548153002: Switch to standard integer types in chrome/. (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: chrome/renderer/pepper/pepper_uma_host.h
diff --git a/chrome/renderer/pepper/pepper_uma_host.h b/chrome/renderer/pepper/pepper_uma_host.h
index 7ea8a5f18cfb7691d230c4e1308b270d5a64fc1e..3c2ce66d8b3b40b21c1d5756c60fe0d5d471f455 100644
--- a/chrome/renderer/pepper/pepper_uma_host.h
+++ b/chrome/renderer/pepper/pepper_uma_host.h
@@ -5,10 +5,13 @@
#ifndef CHROME_RENDERER_PEPPER_PEPPER_UMA_HOST_H_
#define CHROME_RENDERER_PEPPER_PEPPER_UMA_HOST_H_
+#include <stdint.h>
+
#include <set>
#include <string>
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/host/resource_host.h"
« no previous file with comments | « chrome/renderer/pepper/pepper_shared_memory_message_filter.h ('k') | chrome/renderer/pepper/pepper_uma_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698