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

Unified Diff: content/renderer/npapi/plugin_channel_host.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/npapi/plugin_channel_host.h
diff --git a/content/renderer/npapi/plugin_channel_host.h b/content/renderer/npapi/plugin_channel_host.h
index 6c6f8e2593f22bf26eed19670209a43ce8b64d7d..8494f6400838e8249d45565baaaa982b075982df 100644
--- a/content/renderer/npapi/plugin_channel_host.h
+++ b/content/renderer/npapi/plugin_channel_host.h
@@ -6,6 +6,8 @@
#define CONTENT_RENDERER_NPAPI_PLUGIN_CHANNEL_HOST_H_
#include "base/containers/hash_tables.h"
+#include "base/macros.h"
+#include "build/build_config.h"
#include "content/child/npapi/np_channel_base.h"
#include "ipc/ipc_channel_handle.h"
« no previous file with comments | « content/renderer/notification_permission_dispatcher.h ('k') | content/renderer/npapi/plugin_channel_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698