Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/browser/process_singleton.h

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: White spaces Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698