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

Unified Diff: pdf/out_of_process_instance.h

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chromeos compile after r368203 Created 4 years, 11 months 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 | « net/quic/test_tools/mock_random.cc ('k') | ppapi/shared_impl/ppb_view_shared.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/out_of_process_instance.h
diff --git a/pdf/out_of_process_instance.h b/pdf/out_of_process_instance.h
index f210d0a5a55bab8cef3761e2d5acabc9ffff5514..bdd0e686015ddcecd201599a58fed73996d7b3d8 100644
--- a/pdf/out_of_process_instance.h
+++ b/pdf/out_of_process_instance.h
@@ -6,6 +6,7 @@
#define PDF_OUT_OF_PROCESS_INSTANCE_H_
#include <stdint.h>
+#include <string.h>
#include <queue>
#include <set>
« no previous file with comments | « net/quic/test_tools/mock_random.cc ('k') | ppapi/shared_impl/ppb_view_shared.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698