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

Unified Diff: base/debug_util_posix.cc

Issue 18332: Mac build fix (Closed)
Patch Set: Created 11 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: base/debug_util_posix.cc
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc
index 466bb0e76181367ec282bf32089bd2984f33b34b..5594737c4a40fe983d07093030f02b1bf4dad02b 100644
--- a/base/debug_util_posix.cc
+++ b/base/debug_util_posix.cc
@@ -119,7 +119,7 @@ void StackTrace::PrintBacktrace() {
// TODO(port): complete this code
StackTrace::StackTrace() { }
-StackTrace::PrintBacktrace() {
+void StackTrace::PrintBacktrace() {
NOTIMPLEMENTED();
}
« 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