Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index 4b27fe421a07b0f46206800fac76c5fcc3154da9..81f83b6da202d0516bdbb850f118022d6a460945 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -243,8 +243,6 @@ class BASE_EXPORT DictionaryValue : public Value { |
// to the path in that location. |in_value| must be non-null. |
// Returns a pointer to the inserted value. |
Value* Set(StringPiece path, std::unique_ptr<Value> in_value); |
- // Deprecated version of the above. TODO(estade): remove. |
- Value* Set(StringPiece path, Value* in_value); |
// Convenience forms of Set(). These methods will replace any existing |
// value at that path, even if it has a different type. |