| Index: components/crash/app/hard_error_handler_win.cc
|
| diff --git a/components/breakpad/app/hard_error_handler_win.cc b/components/crash/app/hard_error_handler_win.cc
|
| similarity index 97%
|
| rename from components/breakpad/app/hard_error_handler_win.cc
|
| rename to components/crash/app/hard_error_handler_win.cc
|
| index cf93adcc3ba5bebce72e8927ebc293e2cf8c1b5d..0bd659156315ba1abac7c8485ed748884a3e09fd 100644
|
| --- a/components/breakpad/app/hard_error_handler_win.cc
|
| +++ b/components/crash/app/hard_error_handler_win.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/breakpad/app/hard_error_handler_win.h"
|
| +#include "components/crash/app/hard_error_handler_win.h"
|
|
|
| #if defined(_WIN32_WINNT_WIN8) && _MSC_VER < 1700
|
| // The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h, and in
|
| @@ -14,7 +14,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/string_util.h"
|
| -#include "components/breakpad/app/breakpad_client.h"
|
| +#include "components/crash/app/breakpad_client.h"
|
|
|
| namespace breakpad {
|
|
|
|
|