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

Unified Diff: components/feedback/feedback_data.cc

Issue 869853004: Remove stray newline in tracing.zip filename (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: components/feedback/feedback_data.cc
diff --git a/components/feedback/feedback_data.cc b/components/feedback/feedback_data.cc
index 3abe1cfc95472be3fe4808556df39454570c5871..6b2fc4932246b284fa1f00b863c1ff5f9baf137e 100644
--- a/components/feedback/feedback_data.cc
+++ b/components/feedback/feedback_data.cc
@@ -20,7 +20,7 @@ using content::BrowserThread;
namespace feedback {
namespace {
-const char kTraceFilename[] = "tracing.zip\n";
+const char kTraceFilename[] = "tracing.zip";
const char kPerformanceCategoryTag[] = "Performance";
const base::FilePath::CharType kHistogramsFilename[] =
« 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