| Index: base/stringprintf.h
|
| diff --git a/base/stringprintf.h b/base/stringprintf.h
|
| index 9a992373159853075901c2dac7b16e414508bc64..3946f3db5e123aa9485c55c306cf726139ee160e 100644
|
| --- a/base/stringprintf.h
|
| +++ b/base/stringprintf.h
|
| @@ -59,10 +59,4 @@ BASE_EXPORT void StringAppendV(std::wstring* dst,
|
|
|
| } // namespace base
|
|
|
| -// Don't require the namespace for legacy code. New code should use "base::" or
|
| -// have its own using decl.
|
| -//
|
| -// TODO(brettw) remove these when calling code is converted.
|
| -using base::StringPrintf;
|
| -
|
| #endif // BASE_STRINGPRINTF_H_
|
|
|