Index: base/debug/stack_trace.h |
diff --git a/base/debug/stack_trace.h b/base/debug/stack_trace.h |
index 7c2ac3cb87cd07c4a46386e06600ef6bfef5aed4..572f285bebaff506ceb3d54ad66c912e18031bca 100644 |
--- a/base/debug/stack_trace.h |
+++ b/base/debug/stack_trace.h |
@@ -64,10 +64,10 @@ class BASE_EXPORT StackTrace { |
// number of elements in the returned array. |
const void* const* Addresses(size_t* count) const; |
-#if !defined(__UCLIBC__) |
// Prints the stack trace to stderr. |
void Print() const; |
+#if !defined(__UCLIBC__) |
// Resolves backtrace to symbols and write to stream. |
void OutputToStream(std::ostream* os) const; |
#endif |