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

Unified Diff: pickle.h

Issue 2050803003: Update to Chromium //base at Chromium commit e3a753f17bac62738b0dbf0b36510f767b081e4b. (Closed) Base URL: https://github.com/domokit/base.git@master
Patch Set: Created 4 years, 6 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 | « message_loop/message_pump_android.cc ('k') | pickle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pickle.h
diff --git a/pickle.h b/pickle.h
index 40a983b80e046a7a625528c3de6ccf1dfd67faa4..b6ec116ebf68361fd4b3ab9e2f9110508e291bc2 100644
--- a/pickle.h
+++ b/pickle.h
@@ -296,6 +296,7 @@ class BASE_EXPORT Pickle {
}
inline void WriteBytesCommon(const void* data, size_t length);
+ FRIEND_TEST_ALL_PREFIXES(PickleTest, DeepCopyResize);
FRIEND_TEST_ALL_PREFIXES(PickleTest, Resize);
FRIEND_TEST_ALL_PREFIXES(PickleTest, FindNext);
FRIEND_TEST_ALL_PREFIXES(PickleTest, FindNextWithIncompleteHeader);
« no previous file with comments | « message_loop/message_pump_android.cc ('k') | pickle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698