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

Unified Diff: util/test/multiprocess.h

Issue 885663004: Missed change in http://crrev.com/880763002, remove const from info() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/test/multiprocess.h
diff --git a/util/test/multiprocess.h b/util/test/multiprocess.h
index be70694796d073f251820cc50859bacb6c12b969..e5d71dd5bdbea857729d584a11bda57cc9c61a5b 100644
--- a/util/test/multiprocess.h
+++ b/util/test/multiprocess.h
@@ -152,7 +152,7 @@ class Multiprocess {
void CloseWritePipe();
void set_info(internal::MultiprocessInfo* info) { info_ = info; }
- internal::MultiprocessInfo* info() const { return info_; }
+ internal::MultiprocessInfo* info() { return info_; }
private:
//! \brief Runs the parent side of the test.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698