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

Unified Diff: system_logging.h

Issue 3040013: Start invoking core2md to implement full system crash reporting (Closed) Base URL: ssh://git@chromiumos-git//crash-reporter.git
Patch Set: Replace all STREQ macros Created 10 years, 5 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_sender ('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.h
diff --git a/system_logging.h b/system_logging.h
index 8c946b01ababc9558bf9a9f2f0e704f0fc2fe931..7ebfc5e5934c3f6e90910a15cd88b11e9399be7f 100644
--- a/system_logging.h
+++ b/system_logging.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CRASH_SYSTEM_LOGGING_H_
-#define CRASH_SYSTEM_LOGGING_H_
+#ifndef CRASH_REPORTER_SYSTEM_LOGGING_H_
+#define CRASH_REPORTER_SYSTEM_LOGGING_H_
#include <string>
@@ -27,4 +27,4 @@ class SystemLoggingImpl : public SystemLogging {
static std::string identity_;
};
-#endif // CRASH_SYSTEM_LOGGING_H_
+#endif // CRASH_REPORTER_SYSTEM_LOGGING_H_
« no previous file with comments | « crash_sender ('k') | system_logging_mock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698