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

Unified Diff: chrome/renderer/pepper/pepper_shared_memory_message_filter.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
« no previous file with comments | « chrome/renderer/pepper/pepper_helper.h ('k') | chrome/renderer/pepper/pepper_uma_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper/pepper_shared_memory_message_filter.h
diff --git a/chrome/renderer/pepper/pepper_shared_memory_message_filter.h b/chrome/renderer/pepper/pepper_shared_memory_message_filter.h
index d7e0934cd6ec223e21198062e353e835900a988f..a6916c92bc05b9ffa98977479577fb280d632a12 100644
--- a/chrome/renderer/pepper/pepper_shared_memory_message_filter.h
+++ b/chrome/renderer/pepper/pepper_shared_memory_message_filter.h
@@ -5,8 +5,10 @@
#ifndef CHROME_RENDERER_PEPPER_PEPPER_SHARED_MEMORY_MESSAGE_FILTER_H_
#define CHROME_RENDERER_PEPPER_PEPPER_SHARED_MEMORY_MESSAGE_FILTER_H_
-#include "base/basictypes.h"
+#include <stdint.h>
+
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/host/instance_message_filter.h"
« no previous file with comments | « chrome/renderer/pepper/pepper_helper.h ('k') | chrome/renderer/pepper/pepper_uma_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698