Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: src/processor/minidump.cc

Issue 1266493002: Remove unnecessary dependencies. (Closed) Base URL: http://google-breakpad.googlecode.com/svn/trunk/
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/processor/minidump.cc
===================================================================
--- src/processor/minidump.cc (revision 1476)
+++ src/processor/minidump.cc (working copy)
@@ -55,7 +55,6 @@
#include <iostream>
#include <limits>
#include <map>
-#include <sstream>
#include <vector>
#include "processor/range_map-inl.h"
@@ -72,7 +71,6 @@
using std::istream;
using std::ifstream;
using std::numeric_limits;
-using std::stringstream;
using std::vector;
// Returns true iff |context_size| matches exactly one of the sizes of the
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698