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

Unified Diff: ui/views/test/desktop_test_views_delegate_aura.cc

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/test/desktop_test_views_delegate_aura.cc
diff --git a/ui/views/test/desktop_test_views_delegate_aura.cc b/ui/views/test/desktop_test_views_delegate_aura.cc
index 96f639111474c8f9294c2905b98eaf6b9d9bfd32..5ef8f8804f9c6a982e89f72b23e2407919ae33cf 100644
--- a/ui/views/test/desktop_test_views_delegate_aura.cc
+++ b/ui/views/test/desktop_test_views_delegate_aura.cc
@@ -4,6 +4,7 @@
#include "ui/views/test/desktop_test_views_delegate.h"
+#include "build/build_config.h"
#include "ui/views/widget/native_widget_aura.h"
#if !defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698