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

Unified Diff: ui/views/border.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/border.cc
diff --git a/ui/views/border.cc b/ui/views/border.cc
index b6679a55571e0a435962a2fcf2eb4db6e2598e1a..9b87180e1eb327a9c38e6c16605df23f62ec8541 100644
--- a/ui/views/border.cc
+++ b/ui/views/border.cc
@@ -5,6 +5,7 @@
#include "ui/views/border.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "third_party/skia/include/core/SkPaint.h"
#include "ui/gfx/canvas.h"
« no previous file with comments | « ui/views/border.h ('k') | ui/views/bubble/bubble_border.h » ('j') | ui/views/metrics_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698