From 865df5af57922a4dc1e2a24e3f5c371d84f0f574 Mon Sep 17 00:00:00 2001 From: jimblandy Date: Tue, 27 Apr 2010 19:17:59 +0000 Subject: Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/common. The google_breakpad::TestAssembler classes are used in both the processor's and the Linux dumper's test suites, and will soon be used in the Mac dumper's tests as well. This patch moves their source files from src/processor to src/common. a=jimblandy, r=thestig git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@574 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/stackwalker_amd64_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/processor/stackwalker_amd64_unittest.cc') diff --git a/src/processor/stackwalker_amd64_unittest.cc b/src/processor/stackwalker_amd64_unittest.cc index 7b56fb1c..6db04ffc 100644 --- a/src/processor/stackwalker_amd64_unittest.cc +++ b/src/processor/stackwalker_amd64_unittest.cc @@ -36,6 +36,7 @@ #include #include "breakpad_googletest_includes.h" +#include "common/test_assembler.h" #include "google_breakpad/common/minidump_format.h" #include "google_breakpad/processor/basic_source_line_resolver.h" #include "google_breakpad/processor/call_stack.h" @@ -43,7 +44,6 @@ #include "google_breakpad/processor/stack_frame_cpu.h" #include "processor/stackwalker_unittest_utils.h" #include "processor/stackwalker_amd64.h" -#include "processor/test_assembler.h" using google_breakpad::BasicSourceLineResolver; using google_breakpad::CallStack; -- cgit v1.2.1