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

Unified Diff: system_logging_mock.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 | « system_logging.h ('k') | user_collector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: system_logging_mock.h
diff --git a/system_logging_mock.h b/system_logging_mock.h
index 191e5313266c931ba2195efaec5cfaacfbaf2464..639fe42571fcc5918d238b17ed33121918995490 100644
--- a/system_logging_mock.h
+++ b/system_logging_mock.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_MOCK_H_
-#define CRASH_SYSTEM_LOGGING_MOCK_H_
+#ifndef CRASH_REPORTER_SYSTEM_LOGGING_MOCK_H_
+#define CRASH_REPORTER_SYSTEM_LOGGING_MOCK_H_
#include <string>
@@ -24,4 +24,4 @@ class SystemLoggingMock : public SystemLogging {
std::string ident_;
};
-#endif // CRASH_SYSTEM_LOGGING_H_
+#endif // CRASH_REPORTER_SYSTEM_LOGGING_H_
« no previous file with comments | « system_logging.h ('k') | user_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698