Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(79)

Unified Diff: common/linux/elf_symbols_to_module_unittest.cc

Issue 400002: Mechanical change to allow the co-existance of std::string with a global ::string class (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/src/
Patch Set: Extended the impact of this change to a couple of more files under src/client Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « common/linux/elf_core_dump_unittest.cc ('k') | common/linux/file_id_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/linux/elf_symbols_to_module_unittest.cc
===================================================================
--- common/linux/elf_symbols_to_module_unittest.cc (revision 973)
+++ common/linux/elf_symbols_to_module_unittest.cc (working copy)
@@ -42,6 +42,7 @@
#include "common/linux/synth_elf.h"
#include "common/module.h"
#include "common/test_assembler.h"
+#include "common/using_std_string.h"
using google_breakpad::Module;
using google_breakpad::synth_elf::StringTable;
@@ -52,7 +53,6 @@
using google_breakpad::test_assembler::Section;
using ::testing::Test;
using ::testing::TestWithParam;
-using std::string;
using std::vector;
class ELFSymbolsToModuleTestFixture {
« no previous file with comments | « common/linux/elf_core_dump_unittest.cc ('k') | common/linux/file_id_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted