| Index: chrome/installer/util/logging_installer.h
|
| diff --git a/chrome/installer/util/logging_installer.h b/chrome/installer/util/logging_installer.h
|
| index b14c2a33282a9a63618e587b0904831e60cd6970..336d0c454f4909485729bd58137f2ae9df5471e5 100644
|
| --- a/chrome/installer/util/logging_installer.h
|
| +++ b/chrome/installer/util/logging_installer.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 CHROME_INSTALLER_LOGGING_INSTALLER_H__
|
| -#define CHROME_INSTALLER_LOGGING_INSTALLER_H__
|
| +#ifndef CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
|
| +#define CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
|
|
|
| #include <string>
|
|
|
| @@ -24,4 +24,4 @@ std::wstring GetLogFilePath(const CommandLine& command_line);
|
|
|
| } // namespace installer
|
|
|
| -#endif
|
| +#endif // CHROME_INSTALLER_UTIL_LOGGING_INSTALLER_H_
|
|
|