| Index: chrome/installer/util/helper.h
|
| diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h
|
| index afbbf17ff212b79062491513c5d0efb15e50ea38..132d718f9ae03f400be28f205e08270a4a660fa2 100644
|
| --- a/chrome/installer/util/helper.h
|
| +++ b/chrome/installer/util/helper.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // This file contains helper functions used by setup.
|
|
|
| -#ifndef CHROME_INSTALLER_UTIL_HELPER_H__
|
| -#define CHROME_INSTALLER_UTIL_HELPER_H__
|
| +#ifndef CHROME_INSTALLER_UTIL_HELPER_H_
|
| +#define CHROME_INSTALLER_UTIL_HELPER_H_
|
|
|
| #include <string>
|
|
|
| @@ -47,4 +47,4 @@ void RemoveOldVersionDirs(const std::wstring& chrome_path,
|
|
|
| } // namespace installer
|
|
|
| -#endif
|
| +#endif // CHROME_INSTALLER_UTIL_HELPER_H_
|
|
|