| Index: chrome/browser/process_singleton_win.cc
|
| diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc
|
| index 237a4a2e3fcba3c117f286c3234cac717d8c41dc..4a12d397fdb9912c0d237e605ae25be4bcd4587f 100644
|
| --- a/chrome/browser/process_singleton_win.cc
|
| +++ b/chrome/browser/process_singleton_win.cc
|
| @@ -23,6 +23,7 @@
|
| #include "base/win/windows_version.h"
|
| #include "base/win/wrapped_window_proc.h"
|
| #include "chrome/browser/browser_process.h"
|
| +#include "chrome/browser/browser_process_platform_part.h"
|
| #include "chrome/browser/shell_integration.h"
|
| #include "chrome/browser/ui/metro_chrome_win.h"
|
| #include "chrome/browser/ui/simple_message_box.h"
|
| @@ -38,12 +39,6 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/win/hwnd_util.h"
|
|
|
| -#if defined(USE_AURA)
|
| -#include "chrome/browser/browser_process_platform_part_aurawin.h"
|
| -#else
|
| -#include "chrome/browser/browser_process_platform_part.h"
|
| -#endif
|
| -
|
| namespace {
|
|
|
| const char kLockfile[] = "lockfile";
|
|
|