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

Unified Diff: ui/gfx/insets.cc

Issue 6997006: iwyu: Include stringprintf.h where appropriate, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/insets.cc
diff --git a/ui/gfx/insets.cc b/ui/gfx/insets.cc
index 8262ebfc119d28aefceec65928a7e0f40523d1b4..3a33965d73aa2999da32ac127d1810a0575f2319 100644
--- a/ui/gfx/insets.cc
+++ b/ui/gfx/insets.cc
@@ -4,7 +4,7 @@
#include "ui/gfx/insets.h"
-#include "base/string_util.h"
+#include "base/stringprintf.h"
namespace gfx {

Powered by Google App Engine
This is Rietveld 408576698