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

Unified Diff: win8/metro_driver/print_handler.h

Issue 1540973003: Switch to standard integer types in win8/. (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 | « win8/metro_driver/print_document_source.cc ('k') | win8/metro_driver/print_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/print_handler.h
diff --git a/win8/metro_driver/print_handler.h b/win8/metro_driver/print_handler.h
index f0779cf2ad8417d30784e315fc76243a4159ec79..0fe571965768118b2538d14be06e47a300030f74 100644
--- a/win8/metro_driver/print_handler.h
+++ b/win8/metro_driver/print_handler.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_METRO_DRIVER_PRINT_HANDLER_H_
#include <windows.media.playto.h>
+#include <stddef.h>
#include <windows.graphics.printing.h>
#include <windows.ui.core.h>
« no previous file with comments | « win8/metro_driver/print_document_source.cc ('k') | win8/metro_driver/print_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698