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

Unified Diff: base/waitable_event_watcher.h

Issue 20027: Capability: passing fds over IPC (Closed)
Patch Set: ... Created 11 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/test_render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/waitable_event_watcher.h
diff --git a/base/waitable_event_watcher.h b/base/waitable_event_watcher.h
index 1b4994432987d77dcfdcaafb8b9844505959839a..3e17a101efd432ec51bba0df8065c02dadddcb35 100644
--- a/base/waitable_event_watcher.h
+++ b/base/waitable_event_watcher.h
@@ -55,7 +55,7 @@ class AsyncCallbackTask;
class WaitableEventWatcher
#if defined(OS_POSIX)
- : public MessageLoop::DestructionObserver
+ : public MessageLoop::DestructionObserver
#endif
{
public:
« no previous file with comments | « no previous file | chrome/browser/renderer_host/test_render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698