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

Unified Diff: ui/views/controls/table/table_utils.cc

Issue 1543173002: Switch to standard integer types in ui/views/. (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: ui/views/controls/table/table_utils.cc
diff --git a/ui/views/controls/table/table_utils.cc b/ui/views/controls/table/table_utils.cc
index 393c22dbc6f07d49f440511a162de362ee93f03a..bcc01710c1422f3d3f2e0c4733bc298b65850742 100644
--- a/ui/views/controls/table/table_utils.cc
+++ b/ui/views/controls/table/table_utils.cc
@@ -4,6 +4,8 @@
#include "ui/views/controls/table/table_utils.h"
+#include <stddef.h>
+
#include "base/logging.h"
#include "ui/gfx/canvas.h"
#include "ui/gfx/font_list.h"

Powered by Google App Engine
This is Rietveld 408576698