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

Unified Diff: ui/mojo/init/ui_init.h

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
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/mojo/init/screen_mojo.h ('k') | ui/mojo/init/ui_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/mojo/init/ui_init.h
diff --git a/ui/mojo/init/ui_init.h b/ui/mojo/init/ui_init.h
index 48ca7dbf685391b372c02a5a3a97dd66da5aa38d..9956b17cedfb88999c2d2b5f7f36417fe62459f9 100644
--- a/ui/mojo/init/ui_init.h
+++ b/ui/mojo/init/ui_init.h
@@ -7,9 +7,10 @@
#include <vector>
-#include "base/basictypes.h"
#include "base/callback_forward.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
+#include "build/build_config.h"
namespace gfx {
class Display;
« no previous file with comments | « ui/mojo/init/screen_mojo.h ('k') | ui/mojo/init/ui_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698