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

Unified Diff: mojo/system/waiter_list.h

Issue 339193005: Mojo: Rename (Mojo)WaitFlagsState -> (Mojo)HandleSignalsState. (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/wait_flags_state.h ('k') | mojo/system/waiter_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/waiter_list.h
diff --git a/mojo/system/waiter_list.h b/mojo/system/waiter_list.h
index 62d05d1d40f3bdfa974fb179fd1ce18978c18caf..39ac7b0010063da32b1d9975a6d16235f81da4f7 100644
--- a/mojo/system/waiter_list.h
+++ b/mojo/system/waiter_list.h
@@ -17,7 +17,7 @@ namespace mojo {
namespace system {
class Waiter;
-struct WaitFlagsState;
+struct HandleSignalsState;
// |WaiterList| tracks all the |Waiter|s that are waiting on a given
// handle/|Dispatcher|. There should be a |WaiterList| for each handle that can
@@ -31,7 +31,7 @@ class MOJO_SYSTEM_IMPL_EXPORT WaiterList {
WaiterList();
~WaiterList();
- void AwakeWaitersForStateChange(const WaitFlagsState& state);
+ void AwakeWaitersForStateChange(const HandleSignalsState& state);
void CancelAllWaiters();
void AddWaiter(Waiter* waiter, MojoHandleSignals signals, uint32_t context);
void RemoveWaiter(Waiter* waiter);
« no previous file with comments | « mojo/system/wait_flags_state.h ('k') | mojo/system/waiter_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698