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

Unified Diff: system_logging.cc

Issue 2819009: Change include paths to reflect new directory. (Closed) Base URL: ssh://git@chromiumos-git//crash-reporter.git
Patch Set: Fix a cpl others 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') | system_logging_mock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: system_logging.cc
diff --git a/system_logging.cc b/system_logging.cc
index e366ef2c2d197ee7346c47c33c3923c36987d81b..578951418500d2f2d7782f327a1d13fe3bdf1418 100644
--- a/system_logging.cc
+++ b/system_logging.cc
@@ -5,7 +5,7 @@
#include <stdarg.h>
#include <syslog.h>
-#include "crash/system_logging.h"
+#include "crash-reporter/system_logging.h"
std::string SystemLoggingImpl::identity_;
« no previous file with comments | « crash_reporter.cc ('k') | system_logging_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698