summaryrefslogtreecommitdiffstats
path: root/base/string_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/string_util.h')
-rw-r--r--base/string_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/string_util.h b/base/string_util.h
index aa5966e..e956e79 100644
--- a/base/string_util.h
+++ b/base/string_util.h
@@ -20,11 +20,6 @@
#include "base/string16.h"
#include "base/string_piece.h" // For implicit conversions.
-// TODO(brettw) remove this dependency. Previously StringPrintf lived in this
-// file. We need to convert the callers over to using stringprintf.h instead
-// and then remove this.
-#include "base/stringprintf.h"
-
// Safe standard library wrappers for all platforms.
namespace base {