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

Unified Diff: content/shell/tools/plugin/PluginTest.h

Issue 1544273002: Switch to standard integer types in content/. (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 | « content/shell/tools/plugin/PluginObject.cpp ('k') | content/shell/tools/plugin/TestObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/tools/plugin/PluginTest.h
diff --git a/content/shell/tools/plugin/PluginTest.h b/content/shell/tools/plugin/PluginTest.h
index 5df06204a1edc5e3bf52c9a28a9434d4696f00ed..9873d83f9ca02c6225d66377621df541a21febcf 100644
--- a/content/shell/tools/plugin/PluginTest.h
+++ b/content/shell/tools/plugin/PluginTest.h
@@ -32,6 +32,8 @@
#include <assert.h>
#include <bindings/npfunctions.h>
+#include <stdint.h>
+
#include <map>
#include <string>
« no previous file with comments | « content/shell/tools/plugin/PluginObject.cpp ('k') | content/shell/tools/plugin/TestObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698