| Index: base/strings/nullable_string16.h
|
| diff --git a/base/strings/nullable_string16.h b/base/strings/nullable_string16.h
|
| index e35e3d1c9431d9b6bd374f91550960deda61803b..5997d174419a8379a2f28dfdb4e5717846c9d016 100644
|
| --- a/base/strings/nullable_string16.h
|
| +++ b/base/strings/nullable_string16.h
|
| @@ -43,8 +43,4 @@ BASE_EXPORT std::ostream& operator<<(std::ostream& out,
|
|
|
| } // namespace
|
|
|
| -// TODO(avi) update users of NullableString16 to use the namespace and remove
|
| -// this "using".
|
| -using base::NullableString16;
|
| -
|
| #endif // BASE_STRINGS_NULLABLE_STRING16_H_
|
|
|