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

Unified Diff: common/linux/synth_elf.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/memory_mapped_file_unittest.cc ('k') | common/linux/synth_elf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/linux/synth_elf.cc
===================================================================
--- common/linux/synth_elf.cc (revision 973)
+++ common/linux/synth_elf.cc (working copy)
@@ -5,6 +5,8 @@
#include <stdio.h>
#include <string.h>
+#include "common/using_std_string.h"
+
namespace google_breakpad {
namespace synth_elf {
« no previous file with comments | « common/linux/memory_mapped_file_unittest.cc ('k') | common/linux/synth_elf.h » ('j') | no next file with comments »

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