aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stackwalker_ppc.h')
-rw-r--r--src/processor/stackwalker_ppc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/processor/stackwalker_ppc.h b/src/processor/stackwalker_ppc.h
index 68b57f10..3d312419 100644
--- a/src/processor/stackwalker_ppc.h
+++ b/src/processor/stackwalker_ppc.h
@@ -39,11 +39,11 @@
#define PROCESSOR_STACKWALKER_PPC_H__
-#include "google_airbag/common/airbag_types.h"
-#include "google_airbag/common/minidump_format.h"
-#include "google_airbag/processor/stackwalker.h"
+#include "google_breakpad/common/breakpad_types.h"
+#include "google_breakpad/common/minidump_format.h"
+#include "google_breakpad/processor/stackwalker.h"
-namespace google_airbag {
+namespace google_breakpad {
class CodeModules;
@@ -75,7 +75,7 @@ class StackwalkerPPC : public Stackwalker {
};
-} // namespace google_airbag
+} // namespace google_breakpad
#endif // PROCESSOR_STACKWALKER_PPC_H__