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

Unified Diff: ui/gfx/selection_model.h

Issue 1543183002: Switch to standard integer types in ui/gfx/. (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 | « ui/gfx/scrollbar_size.cc ('k') | ui/gfx/sequential_id_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/selection_model.h
diff --git a/ui/gfx/selection_model.h b/ui/gfx/selection_model.h
index 356416df9c3394fb87ec2dafe32058ef2eac5869..87a7a2d0b4e2449c08b57df968c75860181af94e 100644
--- a/ui/gfx/selection_model.h
+++ b/ui/gfx/selection_model.h
@@ -5,6 +5,8 @@
#ifndef UI_GFX_SELECTION_MODEL_H_
#define UI_GFX_SELECTION_MODEL_H_
+#include <stddef.h>
+
#include <string>
#include "ui/gfx/gfx_export.h"
« no previous file with comments | « ui/gfx/scrollbar_size.cc ('k') | ui/gfx/sequential_id_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698