diff options
Diffstat (limited to 'chrome/browser/process_singleton_win.cc')
| -rw-r--r-- | chrome/browser/process_singleton_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc index 87c9966..1be5a87 100644 --- a/chrome/browser/process_singleton_win.cc +++ b/chrome/browser/process_singleton_win.cc @@ -4,7 +4,6 @@ #include "chrome/browser/process_singleton.h" -#include "app/l10n_util.h" #include "base/base_paths.h" #include "base/command_line.h" #include "base/file_path.h" @@ -24,6 +23,7 @@ #include "chrome/common/result_codes.h" #include "grit/chromium_strings.h" #include "grit/generated_resources.h" +#include "ui/base/l10n/l10n_util.h" #include "ui/base/win/hwnd_util.h" namespace { |
