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

Unified Diff: mojo/system/wait_flags_state.h

Issue 336313007: Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 6 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 | « mojo/system/simple_dispatcher_unittest.cc ('k') | mojo/system/waiter_list_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/wait_flags_state.h
diff --git a/mojo/system/wait_flags_state.h b/mojo/system/wait_flags_state.h
index 5647b68f82b18183a8f08f50e0c73df651d7fc08..d5c1097ac56ab6f6efed942f872e3f576d990760 100644
--- a/mojo/system/wait_flags_state.h
+++ b/mojo/system/wait_flags_state.h
@@ -16,8 +16,8 @@ namespace system {
// (for convenience). This should add no overhead.
struct MOJO_SYSTEM_IMPL_EXPORT WaitFlagsState : public MojoWaitFlagsState {
WaitFlagsState() {
- satisfied_signals = MOJO_WAIT_FLAG_NONE;
- satisfiable_signals = MOJO_WAIT_FLAG_NONE;
+ satisfied_signals = MOJO_HANDLE_SIGNAL_NONE;
+ satisfiable_signals = MOJO_HANDLE_SIGNAL_NONE;
}
WaitFlagsState(MojoHandleSignals satisfied, MojoHandleSignals satisfiable) {
satisfied_signals = satisfied;
« no previous file with comments | « mojo/system/simple_dispatcher_unittest.cc ('k') | mojo/system/waiter_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698