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

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. 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 | « 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
This is Rietveld 408576698