aboutsummaryrefslogtreecommitdiff
path: root/src/processor/source_line_resolver_unittest.cc
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-30 20:05:05 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-30 20:05:05 +0000
commit425d256321f590e4ca86e3294055e9fad135f9b2 (patch)
tree9bbac135a6bb23998867d4bc3c96d0fddf7ffa0a /src/processor/source_line_resolver_unittest.cc
parentCleanup from #7 (diff)
downloadbreakpad-425d256321f590e4ca86e3294055e9fad135f9b2.tar.xz
Make build system less annoying (#8) r=bryner
- Place objects in the appropriate directories, instead of filling up the root directory. - Remove namespace macros, which made maintenance troublesome and which created a dependency on config.h in public headers - Skip useless Fortran checks at configure time git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@8 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/source_line_resolver_unittest.cc')
-rw-r--r--src/processor/source_line_resolver_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/processor/source_line_resolver_unittest.cc b/src/processor/source_line_resolver_unittest.cc
index 99f499df..8bfe662c 100644
--- a/src/processor/source_line_resolver_unittest.cc
+++ b/src/processor/source_line_resolver_unittest.cc
@@ -16,8 +16,8 @@
#include <string>
#include "source_line_resolver.h"
-using STL_NAMESPACE::string;
-using GOOGLE_NAMESPACE::SourceLineResolver;
+using std::string;
+using google_airbag::SourceLineResolver;
#define ASSERT_TRUE(cond) \
if (!(cond)) { \