| Index: chrome/app/client_util.cc
|
| diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc
|
| index ffc95a58d77e1f09499594ba0748b8ea7ff9983b..565b124901cd6dd7522685150881bbe266d87045 100644
|
| --- a/chrome/app/client_util.cc
|
| +++ b/chrome/app/client_util.cc
|
| @@ -38,8 +38,8 @@
|
| #include "chrome/installer/util/google_update_settings.h"
|
| #include "chrome/installer/util/install_util.h"
|
| #include "chrome/installer/util/util_constants.h"
|
| -#include "components/crash/content/app/breakpad_win.h"
|
| -#include "components/crash/content/app/crash_reporter_client.h"
|
| +#include "components/crash/app/breakpad_win.h"
|
| +#include "components/crash/app/crash_reporter_client.h"
|
| #include "components/metrics/client_info.h"
|
| #include "content/public/app/startup_helper_win.h"
|
| #include "sandbox/win/src/sandbox.h"
|
|
|