| 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_
|
|
|