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

Unified Diff: base/values.cc

Issue 7572032: base: Remove unnecessary using declarations from values.h (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 | « base/values.h ('k') | chrome/browser/extensions/external_pref_extension_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.cc
diff --git a/base/values.cc b/base/values.cc
index adfc9a8c7c10f100f23461cf93f75bc2cd47f836..126d7f371a1725e0bc8bb58f648a30359c7a162d 100644
--- a/base/values.cc
+++ b/base/values.cc
@@ -59,6 +59,8 @@ Value* CopyWithoutEmptyChildren(Value* node) {
} // namespace
+namespace base {
+
///////////////////// Value ////////////////////
Value::~Value() {
@@ -906,3 +908,5 @@ bool ListValue::Equals(const Value* other) const {
ValueSerializer::~ValueSerializer() {
}
+
+} // namespace base
« no previous file with comments | « base/values.h ('k') | chrome/browser/extensions/external_pref_extension_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698