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

Unified Diff: src/platform/crash/crash_reporter.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 | « no previous file | src/platform/crash/user_collector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/crash/crash_reporter.cc
diff --git a/src/platform/crash/crash_reporter.cc b/src/platform/crash/crash_reporter.cc
index 6a620d19232fbd39ccccf549337f706377cc774e..15b9687061cb632fa3543eb3f2f9b8b8e0f9ac41 100644
--- a/src/platform/crash/crash_reporter.cc
+++ b/src/platform/crash/crash_reporter.cc
@@ -10,7 +10,7 @@
#include "crash/system_logging.h"
#include "crash/user_collector.h"
#include "gflags/gflags.h"
-#include "metrics_library.h"
+#include "metrics/metrics_library.h"
DEFINE_bool(init, false, "Initialize crash logging");
DEFINE_bool(clean_shutdown, false, "Signal clean shutdown");
« no previous file with comments | « no previous file | src/platform/crash/user_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698