| Index: base/string_util.h
|
| diff --git a/base/string_util.h b/base/string_util.h
|
| index aa5966ed32e0f358e0614a218c0ce3065940a0c4..e956e7973e9bad85fcc6b83f7114a25ae6951db9 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 {
|
|
|