| Index: chrome/browser/process_singleton_aura.cc
|
| ===================================================================
|
| --- chrome/browser/process_singleton_aura.cc (revision 104318)
|
| +++ chrome/browser/process_singleton_aura.cc (working copy)
|
| @@ -7,7 +7,7 @@
|
| // Look for a Chrome instance that uses the same profile directory.
|
| ProcessSingleton::ProcessSingleton(const FilePath& user_data_dir)
|
| :
|
| -#if defined(OS_WIN)
|
| +#if defined(OS_WIN) && !defined(USE_AURA)
|
| window_(NULL),
|
| #endif
|
| locked_(false), foreground_window_(NULL) {
|
|
|