summaryrefslogtreecommitdiffstats
path: root/cc/playback/largest_display_item.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-20 22:14:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-21 06:15:26 +0000
commit02a4d17f5a95ceea4049ccf1036f051d6630dfb1 (patch)
treeedcdd42d563dfab9f6f8c6629ea0588dc70e2148 /cc/playback/largest_display_item.h
parenta0b6d530f224b4ac0b0bd0c4d47a96ea7353bfe4 (diff)
downloadchromium_src-02a4d17f5a95ceea4049ccf1036f051d6630dfb1.zip
chromium_src-02a4d17f5a95ceea4049ccf1036f051d6630dfb1.tar.gz
chromium_src-02a4d17f5a95ceea4049ccf1036f051d6630dfb1.tar.bz2
Switch to standard integer types in cc/.
BUG=138542 TBR=danakj@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1539203002 Cr-Commit-Position: refs/heads/master@{#366333}
Diffstat (limited to 'cc/playback/largest_display_item.h')
-rw-r--r--cc/playback/largest_display_item.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/playback/largest_display_item.h b/cc/playback/largest_display_item.h
index cce5671..8350c61 100644
--- a/cc/playback/largest_display_item.h
+++ b/cc/playback/largest_display_item.h
@@ -5,7 +5,8 @@
#ifndef CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
#define CC_PLAYBACK_LARGEST_DISPLAY_ITEM_H_
-#include "base/basictypes.h"
+#include <stddef.h>
+
#include "cc/base/cc_export.h"
namespace cc {