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

Unified Diff: chrome/browser/resources/about_sys/about_sys.js

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest Created 6 years, 7 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
Index: chrome/browser/resources/about_sys/about_sys.js
diff --git a/chrome/browser/resources/about_sys/about_sys.js b/chrome/browser/resources/about_sys/about_sys.js
index d7edc311799ee099be81c6efdd1d9b5a7a2e47b0..46627dba998320f8f62433eae71a97c250bd9527 100644
--- a/chrome/browser/resources/about_sys/about_sys.js
+++ b/chrome/browser/resources/about_sys/about_sys.js
@@ -149,7 +149,7 @@ function parseSystemLog(text) {
value = lines[i].substring(delimiter + 1);
// Delimiters are based on kMultilineIndicatorString, kMultilineStartString,
- // and kMultilineEndString in chrome/browser/feedback/feedback_data.cc.
+ // and kMultilineEndString in components/feedback/feedback_data.cc.
// If these change, we should check for both the old and new versions.
if (value == '<multiline>') {
// Skip start delimiter.

Powered by Google App Engine
This is Rietveld 408576698