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

Unified Diff: base/values.h

Issue 7550026: base: Remove using declaration of BinaryValue as it's no longer necessary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | chrome/browser/extensions/extension_app_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.h
diff --git a/base/values.h b/base/values.h
index 55e7be08aaffa02af4c6d0e0883c32ef9f4af157..54c33e6f66909c20435c0b7b74a2d3b6a257816d 100644
--- a/base/values.h
+++ b/base/values.h
@@ -30,7 +30,6 @@
#include "base/base_api.h"
#include "base/basictypes.h"
#include "base/string16.h"
-#include "build/build_config.h"
// This file declares "using base::Value", etc. at the bottom, so that
// current code can use these classes without the base namespace. In
@@ -49,9 +48,9 @@ class Value;
typedef std::vector<Value*> ValueVector;
typedef std::map<std::string, Value*> ValueMap;
-// The Value class is the base class for Values. A Value can be
-// instantiated via the Create*Value() factory methods, or by directly
-// creating instances of the subclasses.
+// The Value class is the base class for Values. A Value can be instantiated
+// via the Create*Value() factory methods, or by directly creating instances of
+// the subclasses.
class BASE_API Value {
public:
enum ValueType {
@@ -465,7 +464,6 @@ class BASE_API ValueSerializer {
} // namespace base
// http://crbug.com/88666
-using base::BinaryValue;
using base::DictionaryValue;
using base::FundamentalValue;
using base::ListValue;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_app_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698