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