Chromium Code Reviews

Unified Diff: src/platform/crash/user_collector.cc

Issue 2087002: Per kmixter's suggestion, install metrics headers under /usr/include/metrics. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/platform/crash/crash_reporter.cc ('k') | src/platform/metrics/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/crash/user_collector.cc
diff --git a/src/platform/crash/user_collector.cc b/src/platform/crash/user_collector.cc
index a83b5c94636b3a115d5e7b7972cd7ac88bc799de..9c6fd0bc039bd25f827b40092e269b7e608737c3 100644
--- a/src/platform/crash/user_collector.cc
+++ b/src/platform/crash/user_collector.cc
@@ -8,7 +8,7 @@
#include "base/logging.h"
#include "base/string_util.h"
#include "crash/user_collector.h"
-#include "metrics_library.h"
+#include "metrics/metrics_library.h"
// This procfs file is used to cause kernel core file writing to
// instead pipe the core file into a user space process. See
« no previous file with comments | « src/platform/crash/crash_reporter.cc ('k') | src/platform/metrics/Makefile » ('j') | no next file with comments »

Powered by Google App Engine