| Index: chrome/browser/ui/profile_error_dialog.cc
|
| diff --git a/chrome/browser/ui/profile_error_dialog.cc b/chrome/browser/ui/profile_error_dialog.cc
|
| index 91b025b5f779ed4a4e0dcb152ac50b7d92fe4c73..0dae4bfd5cb01b50f59d388387a3c658d99edfed 100644
|
| --- a/chrome/browser/ui/profile_error_dialog.cc
|
| +++ b/chrome/browser/ui/profile_error_dialog.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/metrics/histogram.h"
|
| #include "chrome/browser/ui/simple_message_box.h"
|
| -#include "grit/chromium_strings.h"
|
| +#include "chrome/grit/chromium_strings.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| void ShowProfileErrorDialog(ProfileErrorType type, int message_id) {
|
|
|