| Index: chrome/installer/mini_installer/pe_resource.h
|
| diff --git a/chrome/installer/mini_installer/pe_resource.h b/chrome/installer/mini_installer/pe_resource.h
|
| index 1f4dbace8e2fde2a75ad29645dd713a7779aa105..288bdfc3f9ab9112f136d0ec888c1c1a017329aa 100644
|
| --- a/chrome/installer/mini_installer/pe_resource.h
|
| +++ b/chrome/installer/mini_installer/pe_resource.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_MINI_INSTALLER_PE_RESOURCE_
|
| -#define CHROME_INSTALLER_MINI_INSTALLER_PE_RESOURCE_
|
| +#ifndef CHROME_INSTALLER_MINI_INSTALLER_PE_RESOURCE_H_
|
| +#define CHROME_INSTALLER_MINI_INSTALLER_PE_RESOURCE_H_
|
|
|
| #include <windows.h>
|
|
|
| @@ -38,4 +38,4 @@ class PEResource {
|
| HMODULE module_;
|
| };
|
|
|
| -#endif // CHROME_INSTALLER_MINI_INSTALLER_PE_RESOURCE_
|
| +#endif // CHROME_INSTALLER_MINI_INSTALLER_PE_RESOURCE_H_
|
|
|