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

Unified Diff: ui/gfx/vector2d.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/transform.cc ('k') | ui/gfx/vector2d_f.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/vector2d.cc
diff --git a/ui/gfx/vector2d.cc b/ui/gfx/vector2d.cc
index d8353095506b2d1cc9f4e9066fe2e3fa00be07d6..9e685e45d1dfc643b524e9e2c2abb6c55853c328 100644
--- a/ui/gfx/vector2d.cc
+++ b/ui/gfx/vector2d.cc
@@ -6,7 +6,7 @@
#include <cmath>
-#include "base/stringprintf.h"
+#include "base/strings/stringprintf.h"
namespace gfx {
« no previous file with comments | « ui/gfx/transform.cc ('k') | ui/gfx/vector2d_f.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698