| Index: base/strings/string16.h
|
| diff --git a/base/strings/string16.h b/base/strings/string16.h
|
| index 59b2a0507ce255e7f3f21f296f3b5f89b64f0454..804dca42e456cdaa1a51892084f5657d918d167b 100644
|
| --- a/base/strings/string16.h
|
| +++ b/base/strings/string16.h
|
| @@ -181,8 +181,4 @@ class BASE_EXPORT std::basic_string<base::char16, base::string16_char_traits>;
|
|
|
| #endif // WCHAR_T_IS_UTF32
|
|
|
| -// TODO(brettw) update users of string16 to use the namespace and remove
|
| -// this "using".
|
| -using base::string16;
|
| -
|
| #endif // BASE_STRINGS_STRING16_H_
|
|
|