commit | 34668e731bb194b443bc0e6029d6d3583f08de28 | [log] [tgz] |
---|---|---|
author | Vitaly Buka <vitalybuka@google.com> | Tue Dec 15 14:46:47 2015 -0800 |
committer | Vitaly Buka <vitalybuka@google.com> | Wed Dec 16 01:32:53 2015 +0000 |
tree | 977de929eeaf54e264d1693d1a392a161ebf52f5 | |
parent | c3bc82a29cdff05d67d3b583ca0bc25df96ab382 [diff] [blame] |
Reformat Change-Id: Ia98499f9ada220151b24ecb8b60b02524d700bc4 Reviewed-on: https://weave-review.googlesource.com/1967 Reviewed-by: Vitaly Buka <vitalybuka@google.com>
diff --git a/src/states/state_change_queue.h b/src/states/state_change_queue.h index 3aef8d5..1539ffc 100644 --- a/src/states/state_change_queue.h +++ b/src/states/state_change_queue.h
@@ -32,9 +32,8 @@ public: explicit StateChangeQueue(size_t max_queue_size); - bool NotifyPropertiesUpdated( - base::Time timestamp, - const base::DictionaryValue& changed_properties); + bool NotifyPropertiesUpdated(base::Time timestamp, + const base::DictionaryValue& changed_properties); std::vector<StateChange> GetAndClearRecordedStateChanges(); private: