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

Unified Diff: ui/gfx/range/range_f.cc

Issue 1076443002: Removed obsolete float_util.h as VS2013 supports standards well enough. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Added missing includes everywhere. Created 5 years, 8 months 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/gfx/range/range_f.cc
diff --git a/ui/gfx/range/range_f.cc b/ui/gfx/range/range_f.cc
index 8af832dc9b109f5a0e2dbe6b46edf7e029c01c00..fcf975b1d953d0ba6ab45d8faca3b832d81cd47f 100644
--- a/ui/gfx/range/range_f.cc
+++ b/ui/gfx/range/range_f.cc
@@ -5,9 +5,9 @@
#include "ui/gfx/range/range_f.h"
#include <algorithm>
+#include <cmath>
Mark Mentovai 2015/04/09 15:42:16 This file doesn’t use this either.
#include <limits>
-#include "base/float_util.h"
#include "base/format_macros.h"
#include "base/strings/stringprintf.h"

Powered by Google App Engine
This is Rietveld 408576698