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