aboutsummaryrefslogtreecommitdiff
path: root/src/processor/pathname_stripper_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/pathname_stripper_unittest.cc')
-rw-r--r--src/processor/pathname_stripper_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/pathname_stripper_unittest.cc b/src/processor/pathname_stripper_unittest.cc
index a1d8e710..6db9b7f0 100644
--- a/src/processor/pathname_stripper_unittest.cc
+++ b/src/processor/pathname_stripper_unittest.cc
@@ -39,7 +39,7 @@
namespace {
-using google_airbag::PathnameStripper;
+using google_breakpad::PathnameStripper;
static bool RunTests() {
ASSERT_EQ(PathnameStripper::File("/dir/file"), "file");