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

Unified Diff: ui/gfx/transform.cc

Issue 16431009: Use a direct include of strings headers in ui/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « ui/gfx/text_utils.h ('k') | ui/gfx/vector2d.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/transform.cc
diff --git a/ui/gfx/transform.cc b/ui/gfx/transform.cc
index 09a213ebbf05ae9b8b2210aab4988f7addc05af8..22be8015d9c56cfbb603ec492b1aa771544d1dac 100644
--- a/ui/gfx/transform.cc
+++ b/ui/gfx/transform.cc
@@ -9,14 +9,14 @@
#include <cmath>
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
#include "ui/gfx/point.h"
#include "ui/gfx/point3_f.h"
-#include "ui/gfx/vector3d_f.h"
#include "ui/gfx/rect.h"
#include "ui/gfx/safe_integer_conversions.h"
#include "ui/gfx/skia_util.h"
#include "ui/gfx/transform_util.h"
+#include "ui/gfx/vector3d_f.h"
namespace gfx {
« no previous file with comments | « ui/gfx/text_utils.h ('k') | ui/gfx/vector2d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698