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

Unified Diff: system_logging_mock.cc

Issue 2847017: Notify metrics daemon of kernel crashes. (Closed) Base URL: ssh://git@chromiumos-git/crash.git
Patch Set: Fix FEATURES=test. Created 10 years, 6 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 | « crash_reporter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: system_logging_mock.cc
diff --git a/system_logging_mock.cc b/system_logging_mock.cc
index 3da1956202a9b96afb07ecc25dc992cb76772813..a2760e9d55d88faf52d4e10ef2bf3cdfe6016655 100644
--- a/system_logging_mock.cc
+++ b/system_logging_mock.cc
@@ -5,7 +5,7 @@
#include <stdarg.h>
#include "base/string_util.h"
-#include "crash/system_logging_mock.h"
+#include "crash-reporter/system_logging_mock.h"
void SystemLoggingMock::LogInfo(const char *format, ...) {
va_list vl;
« no previous file with comments | « crash_reporter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698