| Index: components/breakpad/app/breakpad_win.h
|
| diff --git a/components/breakpad/breakpad_win.h b/components/breakpad/app/breakpad_win.h
|
| similarity index 77%
|
| rename from components/breakpad/breakpad_win.h
|
| rename to components/breakpad/app/breakpad_win.h
|
| index 69165fb29a4d1c76e71396de501e7f531b68fdd9..3e81a786a5fff6ad6bdb19e666401c9ab08752fb 100644
|
| --- a/components/breakpad/breakpad_win.h
|
| +++ b/components/breakpad/app/breakpad_win.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_BREAKPAD_WIN_H_
|
| -#define COMPONENTS_BREAKPAD_BREAKPAD_WIN_H_
|
| +#ifndef COMPONENTS_BREAKPAD_APP_BREAKPAD_WIN_H_
|
| +#define COMPONENTS_BREAKPAD_APP_BREAKPAD_WIN_H_
|
|
|
| #include <windows.h>
|
| #include <string>
|
| @@ -19,4 +19,4 @@ bool ShowRestartDialogIfCrashed(bool* exit_now);
|
|
|
| } // namespace breakpad
|
|
|
| -#endif // COMPONENTS_BREAKPAD_BREAKPAD_WIN_H_
|
| +#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_WIN_H_
|
|
|