summaryrefslogtreecommitdiff
path: root/base/debug/stack_trace_posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/debug/stack_trace_posix.cc')
-rw-r--r--base/debug/stack_trace_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/stack_trace_posix.cc b/base/debug/stack_trace_posix.cc
index c134f494eb..ab4c34b021 100644
--- a/base/debug/stack_trace_posix.cc
+++ b/base/debug/stack_trace_posix.cc
@@ -49,7 +49,7 @@
#include "build/build_config.h"
#if defined(USE_SYMBOLIZE)
-#error "symbolize support was removed from libchrome"
+#include "base/third_party/symbolize/symbolize.h"
#endif
namespace base {