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; |
oshima
2011/09/19 15:52:39
Why this has to be removed? TODO would be nice.
Emmanuel Saint-loubert-Bié
2011/09/19 20:15:36
Done.
|
scoped_refptr<LinuxWatcher> watcher_; |
+#endif |
#elif defined(OS_MACOSX) |
// Path in file system to the lock. |
FilePath lock_path_; |