| Index: components/crash/app/crash_keys_win.cc
|
| diff --git a/components/breakpad/app/crash_keys_win.cc b/components/crash/app/crash_keys_win.cc
|
| similarity index 98%
|
| rename from components/breakpad/app/crash_keys_win.cc
|
| rename to components/crash/app/crash_keys_win.cc
|
| index 68bbd389de9ee094fa1a2816d6760e8d736ecf08..064b63e78114be402b6c2eb6f150857acf40030e 100644
|
| --- a/components/breakpad/app/crash_keys_win.cc
|
| +++ b/components/crash/app/crash_keys_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/crash_keys_win.h"
|
| +#include "components/crash/app/crash_keys_win.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/logging.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| -#include "components/breakpad/app/breakpad_client.h"
|
| +#include "components/crash/app/breakpad_client.h"
|
|
|
|
|
| namespace breakpad {
|
|
|