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

Unified Diff: chrome/browser/chromeos/external_metrics.cc

Issue 292433009: external metrics: change event file location (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ratio
Patch Set: 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
« 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: chrome/browser/chromeos/external_metrics.cc
diff --git a/chrome/browser/chromeos/external_metrics.cc b/chrome/browser/chromeos/external_metrics.cc
index 47a363e539971f9f44f050d36c0307295047f5c7..04d83923161632f4b9f1044e32b7c4a94653af19 100644
--- a/chrome/browser/chromeos/external_metrics.cc
+++ b/chrome/browser/chromeos/external_metrics.cc
@@ -222,7 +222,7 @@ void ExternalMetrics::RecordSparseHistogram(const char* histogram_data) {
}
void ExternalMetrics::CollectEvents() {
- const char* event_file_path = "/var/log/metrics/uma-events";
+ const char* event_file_path = "/var/run/metrics/uma-events";
struct stat stat_buf;
int result;
if (!test_path_.empty()) {
« 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