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

Unified Diff: webrtc/base/optional.cc

Issue 2704483002: Add a PrintTo function for rtc::Optional to aid with testing. (Closed)
Patch Set: Moved OptionalPrintObjectBytes into optional.h, added an #ifdef UNIT_TEST. Created 3 years, 10 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
Index: webrtc/base/optional.cc
diff --git a/webrtc/base/optional.cc b/webrtc/base/optional.cc
index 6bebdd5a19225fcf46424e97c95d28ccba1b800e..91b25026ecdcfe8bdd2bf43041bb2d94df5751ac 100644
--- a/webrtc/base/optional.cc
+++ b/webrtc/base/optional.cc
@@ -20,4 +20,5 @@ void* FunctionThatDoesNothingImpl(void* x) { return x; }
#endif
} // namespace optional_internal
+
kwiberg-webrtc 2017/02/20 11:45:31 This extra newline is probably not necessary. Remo
} // namespace rtc

Powered by Google App Engine
This is Rietveld 408576698