aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/dbus/async_event_sequencer_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/dbus/async_event_sequencer_test.cc')
-rw-r--r--brillo/dbus/async_event_sequencer_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/dbus/async_event_sequencer_test.cc b/brillo/dbus/async_event_sequencer_test.cc
index 5f4c0e2..a3a21ba 100644
--- a/brillo/dbus/async_event_sequencer_test.cc
+++ b/brillo/dbus/async_event_sequencer_test.cc
@@ -22,7 +22,7 @@ const char kTestMethod2[] = "TestMethod2";
class AsyncEventSequencerTest : public ::testing::Test {
public:
- MOCK_METHOD1(HandleCompletion, void(bool all_succeeded));
+ MOCK_METHOD(void, HandleCompletion, (bool));
void SetUp() {
aec_ = new AsyncEventSequencer();