| Index: chrome/browser/process_singleton.h
|
| diff --git a/chrome/browser/process_singleton.h b/chrome/browser/process_singleton.h
|
| index 0c78986674666a54db1262e7638cf66c46394382..f511748681a22498dffba95647a275ac01439d28 100644
|
| --- a/chrome/browser/process_singleton.h
|
| +++ b/chrome/browser/process_singleton.h
|
| @@ -166,8 +166,10 @@ class ProcessSingleton : public base::NonThreadSafe {
|
|
|
| // Helper class for linux specific messages. LinuxWatcher is ref counted
|
| // because it posts messages between threads.
|
| +#if !defined(USE_AURA)
|
| class LinuxWatcher;
|
| scoped_refptr<LinuxWatcher> watcher_;
|
| +#endif
|
| #elif defined(OS_MACOSX)
|
| // Path in file system to the lock.
|
| FilePath lock_path_;
|
|
|