| Index: components/breakpad/app/hard_error_handler_win.cc
|
| diff --git a/components/breakpad/hard_error_handler_win.cc b/components/breakpad/app/hard_error_handler_win.cc
|
| similarity index 97%
|
| rename from components/breakpad/hard_error_handler_win.cc
|
| rename to components/breakpad/app/hard_error_handler_win.cc
|
| index 54eac699de0d39074efefaeb4f477ab78964731e..0b07edc66ca45de6821a8911b0fa31a362b3ddcf 100644
|
| --- a/components/breakpad/hard_error_handler_win.cc
|
| +++ b/components/breakpad/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/hard_error_handler_win.h"
|
| +#include "components/breakpad/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/breakpad_client.h"
|
| +#include "components/breakpad/app/breakpad_client.h"
|
|
|
| namespace breakpad {
|
|
|
|
|