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

Unified Diff: components/mus/common/util.h

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn 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 | « components/mus/common/transient_window_utils.h ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/util.h
diff --git a/components/mus/common/util.h b/components/mus/common/util.h
index 435baf581532c83c21dd6aafc9cf477e66605a93..daa59efc6b1d5632c32ee7bc8bb2f7f98583d5dd 100644
--- a/components/mus/common/util.h
+++ b/components/mus/common/util.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_MUS_COMMON_UTIL_H_
#define COMPONENTS_MUS_COMMON_UTIL_H_
+#include <stdint.h>
+
#include "components/mus/common/types.h"
// TODO(beng): #$*&@#(@ MacOSX SDK!
« no previous file with comments | « components/mus/common/transient_window_utils.h ('k') | components/mus/gles2/command_buffer_driver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698