Chromium Code Reviews| Index: base/version.h |
| diff --git a/base/version.h b/base/version.h |
| index d044b2c394ebd62b1b00562a218097b8e22e7a0d..b3a0956bbe32f9a382c2dbb25c4042d2ebac4a9f 100644 |
| --- a/base/version.h |
| +++ b/base/version.h |
| @@ -73,8 +73,4 @@ BASE_EXPORT std::ostream& operator<<(std::ostream& stream, const Version& v); |
| } // namespace base |
| -// TODO(xhwang) remove this when all users are updated to explicitly use the |
| -// namespace |
| -using base::Version; |
| - |
| #endif // BASE_VERSION_H_ |