diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 03:54:10 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-19 03:54:10 +0000 |
commit | 5a8ccdae65377d0d2917dee3d4a6f14128594be6 (patch) | |
tree | 2dd5accb07ae46206882ceeaeaecad41c84007d3 | |
parent | 114c3d6fdad6a81b1c3168fe1ce960e010326658 (diff) | |
download | chromium_src-5a8ccdae65377d0d2917dee3d4a6f14128594be6.zip chromium_src-5a8ccdae65377d0d2917dee3d4a6f14128594be6.tar.gz chromium_src-5a8ccdae65377d0d2917dee3d4a6f14128594be6.tar.bz2 |
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
-rw-r--r-- | base/strings/nullable_string16.h | 4 |
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_ |