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

Unified Diff: base/version.h

Issue 1281313003: base: Remove using:: declaration from version.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 5 years, 4 months 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 | « no previous file | base/version_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | base/version_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698