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

Unified Diff: base/values.cc

Issue 16797003: Make base use the proper Value namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwarnings fixed Created 7 years, 6 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
Index: base/values.cc
diff --git a/base/values.cc b/base/values.cc
index 275a04281fbff1a00d083d1e6f385057eb413ce8..712fff3954991231ebb6890e16ca275643b317d9 100644
--- a/base/values.cc
+++ b/base/values.cc
@@ -13,6 +13,8 @@
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
+namespace base {
+
namespace {
// Make a deep copy of |node|, but don't include empty lists or dictionaries
@@ -76,10 +78,6 @@ class ValueEquals {
} // namespace
-namespace base {
-
-///////////////////// Value ////////////////////
-
Value::~Value() {
}
« base/json/json_string_value_serializer.cc ('K') | « base/test/trace_event_analyzer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698