| Index: chrome/browser/crash_handler_host_linux.h
|
| diff --git a/chrome/browser/crash_handler_host_linuxish.h b/chrome/browser/crash_handler_host_linux.h
|
| similarity index 96%
|
| rename from chrome/browser/crash_handler_host_linuxish.h
|
| rename to chrome/browser/crash_handler_host_linux.h
|
| index c7ded8160a4b530e7a2f3cd52c2b902592855bc6..d29e6e5f3813bcc20ac8a08d34e69d3dc84d31a8 100644
|
| --- a/chrome/browser/crash_handler_host_linuxish.h
|
| +++ b/chrome/browser/crash_handler_host_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_BROWSER_CRASH_HANDLER_HOST_LINUXISH_H_
|
| -#define CHROME_BROWSER_CRASH_HANDLER_HOST_LINUXISH_H_
|
| +#ifndef CHROME_BROWSER_CRASH_HANDLER_HOST_LINUX_H_
|
| +#define CHROME_BROWSER_CRASH_HANDLER_HOST_LINUX_H_
|
| #pragma once
|
|
|
| #include "base/compiler_specific.h"
|
| @@ -181,4 +181,4 @@ class RendererCrashHandlerHostLinux : public CrashHandlerHostLinux {
|
| DISALLOW_COPY_AND_ASSIGN(RendererCrashHandlerHostLinux);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_CRASH_HANDLER_HOST_LINUXISH_H_
|
| +#endif // CHROME_BROWSER_CRASH_HANDLER_HOST_LINUX_H_
|
|
|