Index: base/version.h |
diff --git a/base/version.h b/base/version.h |
index 814acaa2b4ed83f29b5aafe47b6c48b649ec7ed0..7ce18dc10f8f00c857261660b3aa366ddf83c053 100644 |
--- a/base/version.h |
+++ b/base/version.h |
@@ -10,7 +10,6 @@ |
#include <vector> |
#include "base/base_export.h" |
-#include "base/basictypes.h" |
namespace base { |
@@ -66,8 +65,4 @@ class BASE_EXPORT Version { |
} // namespace base |
-// TODO(xhwang) remove this when all users are updated to explicitly use the |
-// namespace |
-using base::Version; |
- |
#endif // BASE_VERSION_H_ |