From 425d256321f590e4ca86e3294055e9fad135f9b2 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Wed, 30 Aug 2006 20:05:05 +0000 Subject: 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 --- src/processor/source_line_resolver_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/processor/source_line_resolver_unittest.cc') 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 #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)) { \ -- cgit v1.2.1