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

Unified Diff: base/strings/string16.h

Issue 93903011: Remove 'using base::string16;' from base/strings/string16.h and remove temporary (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: asdf Created 7 years 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 | « base/file_version_info_win.cc ('k') | base/test/test_process_killer_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « base/file_version_info_win.cc ('k') | base/test/test_process_killer_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698