Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: base/strings/nullable_string16.h

Issue 17385006: Remove "using" from nullable string now that all users are updated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698