summaryrefslogtreecommitdiffstats
path: root/base/values.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/values.h')
-rw-r--r--base/values.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/base/values.h b/base/values.h
index 6512180..8caf835 100644
--- a/base/values.h
+++ b/base/values.h
@@ -31,11 +31,6 @@
#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
-// This file declares "using base::Value", etc. at the bottom, so that
-// current code can use these classes without the base namespace. In
-// new code, please always use base::Value, etc. or add your own
-// "using" declaration.
-// http://crbug.com/88666
namespace base {
class DictionaryValue;
@@ -528,10 +523,4 @@ BASE_EXPORT inline std::ostream& operator<<(std::ostream& out,
} // namespace base
-// http://crbug.com/88666
-using base::DictionaryValue;
-using base::ListValue;
-using base::StringValue;
-using base::Value;
-
#endif // BASE_VALUES_H_