summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/strings/nullable_string16.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/strings/nullable_string16.h b/base/strings/nullable_string16.h
index e35e3d1..5997d17 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_