| Index: chrome/app/breakpad_linux.h
|
| diff --git a/chrome/app/breakpad_linuxish.h b/chrome/app/breakpad_linux.h
|
| similarity index 91%
|
| rename from chrome/app/breakpad_linuxish.h
|
| rename to chrome/app/breakpad_linux.h
|
| index 9a7e2fd5fa1b7eca191a1a534ae2aca56a2c9945..3747a0d289f467616f06d3ac4b47f13812a51b17 100644
|
| --- a/chrome/app/breakpad_linuxish.h
|
| +++ b/chrome/app/breakpad_linux.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_APP_BREAKPAD_LINUXISH_H_
|
| -#define CHROME_APP_BREAKPAD_LINUXISH_H_
|
| +#ifndef CHROME_APP_BREAKPAD_LINUX_H_
|
| +#define CHROME_APP_BREAKPAD_LINUX_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| @@ -33,4 +33,4 @@ struct BreakpadInfo {
|
|
|
| extern void HandleCrashDump(const BreakpadInfo& info);
|
|
|
| -#endif // CHROME_APP_BREAKPAD_LINUXISH_H_
|
| +#endif // CHROME_APP_BREAKPAD_LINUX_H_
|
|
|