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

Unified Diff: base/values.cc

Issue 2802193002: Remove Noexcept and ModelTypeDebugInfo (Closed)
Patch Set: Rebase Created 3 years, 8 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
« no previous file with comments | « base/values.h ('k') | base/values_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.cc
diff --git a/base/values.cc b/base/values.cc
index 74e83b9900f56008af6b7edbe5dbc50a90ac7d13..7a613a110ab84c52242f8e9287005a8656bee4c9 100644
--- a/base/values.cc
+++ b/base/values.cc
@@ -85,7 +85,7 @@ Value::Value(const Value& that) {
InternalCopyConstructFrom(that);
}
-Value::Value(Value&& that) noexcept {
+Value::Value(Value&& that) {
InternalMoveConstructFrom(std::move(that));
}
« no previous file with comments | « base/values.h ('k') | base/values_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698