| Index: chrome/browser/crash_handler_host_linuxish_stub.cc
|
| diff --git a/chrome/browser/crash_handler_host_linux_stub.cc b/chrome/browser/crash_handler_host_linuxish_stub.cc
|
| similarity index 94%
|
| rename from chrome/browser/crash_handler_host_linux_stub.cc
|
| rename to chrome/browser/crash_handler_host_linuxish_stub.cc
|
| index 86858468da1d6dc8ac3b26cd4b8253b2b283636e..8101c8fdb1adb9031a2fe6168d127800b0c196a9 100644
|
| --- a/chrome/browser/crash_handler_host_linux_stub.cc
|
| +++ b/chrome/browser/crash_handler_host_linuxish_stub.cc
|
| @@ -1,11 +1,11 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| // This is a stub file which is compiled in when we are building without
|
| // breakpad support.
|
|
|
| -#include "chrome/browser/crash_handler_host_linux.h"
|
| +#include "chrome/browser/crash_handler_host_linuxish.h"
|
|
|
| #include "base/memory/singleton.h"
|
|
|
|
|