Index: components/sync/syncable/syncable_id.cc |
diff --git a/components/sync/syncable/syncable_id.cc b/components/sync/syncable/syncable_id.cc |
index 420ad3877bb990969d533c32311f9e8f9d610b52..24d8dfdbde821416605a2006f3523e292456550e 100644 |
--- a/components/sync/syncable/syncable_id.cc |
+++ b/components/sync/syncable/syncable_id.cc |
@@ -18,8 +18,8 @@ ostream& operator<<(ostream& out, const Id& id) { |
return out; |
} |
-base::StringValue* Id::ToValue() const { |
- return new base::StringValue(s_); |
+base::Value* Id::ToValue() const { |
+ return new base::Value(s_); |
} |
string Id::GetServerId() const { |