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

Unified Diff: ui/gfx/geometry/point.cc

Issue 1543183002: Switch to standard integer types in ui/gfx/. (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
« no previous file with comments | « ui/gfx/geometry/point.h ('k') | ui/gfx/geometry/point3_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/geometry/point.cc
diff --git a/ui/gfx/geometry/point.cc b/ui/gfx/geometry/point.cc
index 0f18afd0bc1e73a14cf01e30e8dfa78abdc58574..285b208d44c58524e4a8bf6fc350547b97f2b442 100644
--- a/ui/gfx/geometry/point.cc
+++ b/ui/gfx/geometry/point.cc
@@ -4,6 +4,11 @@
#include "ui/gfx/geometry/point.h"
+#include "base/strings/stringprintf.h"
+#include "build/build_config.h"
+#include "ui/gfx/geometry/point_conversions.h"
+#include "ui/gfx/geometry/point_f.h"
+
#if defined(OS_WIN)
#include <windows.h>
#elif defined(OS_IOS)
@@ -12,10 +17,6 @@
#include <ApplicationServices/ApplicationServices.h>
#endif
-#include "base/strings/stringprintf.h"
-#include "ui/gfx/geometry/point_conversions.h"
-#include "ui/gfx/geometry/point_f.h"
-
namespace gfx {
#if defined(OS_WIN)
« no previous file with comments | « ui/gfx/geometry/point.h ('k') | ui/gfx/geometry/point3_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698