aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-14 22:42:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-09-14 22:42:40 +0000
commitc44a085b13c0293ce8ecc4c3d9f34f0b4951b2fd (patch)
treee60b2c1df95885dc9e0c67cf9558b8898b036188
parentda52b643b3aa3f6d357e579142ea3ae244b9c86a (diff)
parent877e27e50b25c5e6c59f1fd397139bfb54717810 (diff)
downloadlibbrillo-c44a085b13c0293ce8ecc4c3d9f34f0b4951b2fd.tar.gz
Using DoAll am: 49aee802dc am: 52c788785b am: f6fc2d2dfa am: a0cff5b8fe am: 877e27e50b
Original change: https://android-review.googlesource.com/c/platform/external/libbrillo/+/1424778 Change-Id: I309981bff78f7ff3d6c4d5179805cd9e492e0179
-rw-r--r--brillo/streams/file_stream_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/brillo/streams/file_stream_test.cc b/brillo/streams/file_stream_test.cc
index 23ef64c..36bad07 100644
--- a/brillo/streams/file_stream_test.cc
+++ b/brillo/streams/file_stream_test.cc
@@ -25,6 +25,7 @@
#include <gmock/gmock.h>
#include <gtest/gtest.h>
+using testing::DoAll;
using testing::InSequence;
using testing::Return;
using testing::ReturnArg;