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

Unified Diff: content/browser/tracing/trace_uploader.cc

Issue 763833003: Remove using namespace in net/quic/quic_stream_sequencer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix missing part device_cloud_policy_manager_chromeos_unittest.cc Created 6 years 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
Index: content/browser/tracing/trace_uploader.cc
diff --git a/content/browser/tracing/trace_uploader.cc b/content/browser/tracing/trace_uploader.cc
index 3bcc1872817a9f040c2387a380871d797d67d872..37ccb883ea083b8b06d0bedf5ae65583003a5b6e 100644
--- a/content/browser/tracing/trace_uploader.cc
+++ b/content/browser/tracing/trace_uploader.cc
@@ -22,6 +22,8 @@
#include "third_party/zlib/zlib.h"
#include "url/gurl.h"
+using std::string;
+
namespace content {
namespace {
const char kUploadContentType[] = "multipart/form-data";
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | google_apis/drive/drive_api_requests_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698