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

Unified Diff: ui/views/controls/native/native_view_host.h

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/native/native_view_host.h
diff --git a/ui/views/controls/native/native_view_host.h b/ui/views/controls/native/native_view_host.h
index 0779d8f6e4f4b03bc90e9fb36ad801c0dd653fc9..f0770ba8f8d3052d74e6ddd8389bcab74648e2c9 100644
--- a/ui/views/controls/native/native_view_host.h
+++ b/ui/views/controls/native/native_view_host.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/macros.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/views/view.h"

Powered by Google App Engine
This is Rietveld 408576698