| Index: components/crash/browser/crash_dump_manager_android.h
|
| diff --git a/components/breakpad/browser/crash_dump_manager_android.h b/components/crash/browser/crash_dump_manager_android.h
|
| similarity index 93%
|
| rename from components/breakpad/browser/crash_dump_manager_android.h
|
| rename to components/crash/browser/crash_dump_manager_android.h
|
| index fdb57d7824ec554ff134448123e9690e7394ad53..2abf061abd009651c90b6e49d856e12bd40eb01f 100644
|
| --- a/components/breakpad/browser/crash_dump_manager_android.h
|
| +++ b/components/crash/browser/crash_dump_manager_android.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_BREAKPAD_BROWSER_CRASH_DUMP_MANAGER_ANDROID_H_
|
| -#define COMPONENTS_BREAKPAD_BROWSER_CRASH_DUMP_MANAGER_ANDROID_H_
|
| +#ifndef COMPONENTS_CRASH_BROWSER_CRASH_DUMP_MANAGER_ANDROID_H_
|
| +#define COMPONENTS_CRASH_BROWSER_CRASH_DUMP_MANAGER_ANDROID_H_
|
|
|
| #include <map>
|
|
|
| @@ -81,4 +81,4 @@ class CrashDumpManager : public content::BrowserChildProcessObserver,
|
|
|
| } // namespace breakpad
|
|
|
| -#endif // COMPONENTS_BREAKPAD_BROWSER_CRASH_DUMP_MANAGER_ANDROID_H_
|
| +#endif // COMPONENTS_CRASH_BROWSER_CRASH_DUMP_MANAGER_ANDROID_H_
|
|
|