diff options
Diffstat (limited to 'chrome/browser/profile_import_process_host.cc')
| -rw-r--r-- | chrome/browser/profile_import_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile_import_process_host.cc b/chrome/browser/profile_import_process_host.cc index 3663ef7..b2bfb26 100644 --- a/chrome/browser/profile_import_process_host.cc +++ b/chrome/browser/profile_import_process_host.cc @@ -4,7 +4,6 @@ #include "chrome/browser/profile_import_process_host.h" -#include "app/l10n_util.h" #include "base/command_line.h" #include "base/message_loop.h" #include "base/string_number_conversions.h" @@ -14,6 +13,7 @@ #include "chrome/common/chrome_switches.h" #include "grit/generated_resources.h" #include "ipc/ipc_switches.h" +#include "ui/base/l10n/l10n_util.h" ProfileImportProcessHost::ProfileImportProcessHost( ResourceDispatcherHost* resource_dispatcher, |
