aboutsummaryrefslogtreecommitdiff
path: root/src/processor/pathname_stripper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/pathname_stripper.h')
-rw-r--r--src/processor/pathname_stripper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/pathname_stripper.h b/src/processor/pathname_stripper.h
index 8862fa0a..17db75d6 100644
--- a/src/processor/pathname_stripper.h
+++ b/src/processor/pathname_stripper.h
@@ -36,7 +36,7 @@
#include <string>
-namespace google_airbag {
+namespace google_breakpad {
using std::string;
@@ -48,6 +48,6 @@ class PathnameStripper {
static string File(const string &path);
};
-} // namespace google_airbag
+} // namespace google_breakpad
#endif // PROCESSOR_PATHNAME_STRIPPER_H__