| Index: base/stringprintf.h
 | 
| diff --git a/base/stringprintf.h b/base/stringprintf.h
 | 
| index 3608f9dc9883c9a1b6bcff927681fa7b827c4227..f3ca6e7cffe28eed3c5e40e5224917ea86b1282b 100644
 | 
| --- a/base/stringprintf.h
 | 
| +++ b/base/stringprintf.h
 | 
| @@ -50,7 +50,5 @@ void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap)
 | 
|  // TODO(brettw) remove these when calling code is converted.
 | 
|  using base::StringPrintf;
 | 
|  using base::StringAppendV;
 | 
| -using base::StringAppendF;
 | 
| -using base::StringAppendV;
 | 
|  
 | 
|  #endif  // BASE_STRINGPRINTF_H_
 | 
| 
 |