From 5a8ccdae65377d0d2917dee3d4a6f14128594be6 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 19 Jun 2013 03:54:10 +0000 Subject: Remove "using" from nullable string now that all users are updated. BUG=247723 TEST=compile works TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/17385006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207165 0039d316-1c4b-4281-b951-d872f2087c98 --- base/strings/nullable_string16.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/strings') 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_ -- cgit v1.1