| Index: chrome/browser/process_singleton_win.cc
|
| ===================================================================
|
| --- chrome/browser/process_singleton_win.cc (revision 15686)
|
| +++ chrome/browser/process_singleton_win.cc (working copy)
|
| @@ -5,6 +5,7 @@
|
| #include "chrome/browser/process_singleton.h"
|
|
|
| #include "app/l10n_util.h"
|
| +#include "app/win_util.h"
|
| #include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/process_util.h"
|
| @@ -16,7 +17,6 @@
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/result_codes.h"
|
| -#include "chrome/common/win_util.h"
|
| #include "grit/chromium_strings.h"
|
| #include "grit/generated_resources.h"
|
|
|
|
|