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

Unified Diff: base/values.h

Issue 2728773005: Check Swaps and MergeDictionary for base::Value (Closed)
Patch Set: Add ...SameType Created 3 years, 9 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 | « no previous file | base/values.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/values.h
diff --git a/base/values.h b/base/values.h
index a95786878b2eaaba6e76cf2e6b0ccd6a9dc811b7..a07d2f86804f01f52e6e85a71ac7a2242abaa845 100644
--- a/base/values.h
+++ b/base/values.h
@@ -191,8 +191,8 @@ class BASE_EXPORT Value {
void InternalCopyFundamentalValue(const Value& that);
void InternalCopyConstructFrom(const Value& that);
void InternalMoveConstructFrom(Value&& that);
- void InternalCopyAssignFrom(const Value& that);
- void InternalMoveAssignFrom(Value&& that);
+ void InternalCopyAssignFromSameType(const Value& that);
+ void InternalMoveAssignFromSameType(Value&& that);
void InternalCleanup();
};
« no previous file with comments | « no previous file | base/values.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698