Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index 075bc9fbb8fed7cd14095f1de4daa8a3ab9c13ea..5bec9c54869dcfbb9fc03fafc575559396c297c0 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -72,7 +72,7 @@ class BASE_EXPORT Value { |
size_t size); |
Value(const Value& that); |
- Value(Value&& that) noexcept; |
+ Value(Value&& that); |
Value() noexcept; // A null value. |
explicit Value(Type type); |
explicit Value(bool in_bool); |