| Index: components/crash/content/app/hard_error_handler_win.cc
|
| diff --git a/components/crash/app/hard_error_handler_win.cc b/components/crash/content/app/hard_error_handler_win.cc
|
| similarity index 96%
|
| rename from components/crash/app/hard_error_handler_win.cc
|
| rename to components/crash/content/app/hard_error_handler_win.cc
|
| index ee8852297d7e83e05d05c24d8277f53d804d5331..a31066632ea8faff16e7c8ef70c6446c138a49eb 100644
|
| --- a/components/crash/app/hard_error_handler_win.cc
|
| +++ b/components/crash/content/app/hard_error_handler_win.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/crash/app/hard_error_handler_win.h"
|
| +#include "components/crash/content/app/hard_error_handler_win.h"
|
|
|
| #include <DelayIMP.h>
|
| #include <winternl.h>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/string_util.h"
|
| -#include "components/crash/app/crash_reporter_client.h"
|
| +#include "components/crash/content/app/crash_reporter_client.h"
|
|
|
| namespace breakpad {
|
|
|
|
|