| Index: chrome/installer/mini_installer/mini_installer.h
|
| diff --git a/chrome/installer/mini_installer/mini_installer.h b/chrome/installer/mini_installer/mini_installer.h
|
| index 9cce8d23840c389569b2e7e43dc1234c32624b9d..45dc09bbdc9a4afb7d55cb30e6ff46ea95888fed 100644
|
| --- a/chrome/installer/mini_installer/mini_installer.h
|
| +++ b/chrome/installer/mini_installer/mini_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_MINI_INSTALLER_
|
| -#define CHROME_INSTALLER_MINI_INSTALLER_
|
| +#ifndef CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_H_
|
| +#define CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_H_
|
|
|
| // The windows command line to uncompress a LZ compressed file. It is a define
|
| // because we need the string to be writable. We don't need the full path
|
| @@ -64,4 +64,5 @@ const wchar_t kManifestFilename[] = L"packed_files.txt";
|
|
|
| } // namespace mini_installer
|
|
|
| -#endif // CHROME_INSTALLER_MINI_INSTALLER_
|
| +#endif // CHROME_INSTALLER_MINI_INSTALLER_MINI_INSTALLER_H_
|
| +
|
|
|