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

Unified Diff: printing/printing_utils.h

Issue 1544623002: Switch to standard integer types in printing/. (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 | « printing/printing_test.h ('k') | printing/printing_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_utils.h
diff --git a/printing/printing_utils.h b/printing/printing_utils.h
index e307350b148d8b03a4f127e34e909c8b759b1724..b0e1f921335cc6f5eaec65c8b291448ac6e274a3 100644
--- a/printing/printing_utils.h
+++ b/printing/printing_utils.h
@@ -5,6 +5,8 @@
#ifndef PRINTING_PRINTING_UTILS_H_
#define PRINTING_PRINTING_UTILS_H_
+#include <stddef.h>
+
#include "base/strings/string16.h"
#include "printing/printing_export.h"
« no previous file with comments | « printing/printing_test.h ('k') | printing/printing_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698