aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/http/http_proxy_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/http/http_proxy_test.cc')
-rw-r--r--brillo/http/http_proxy_test.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/brillo/http/http_proxy_test.cc b/brillo/http/http_proxy_test.cc
index a880003..d921a27 100644
--- a/brillo/http/http_proxy_test.cc
+++ b/brillo/http/http_proxy_test.cc
@@ -49,7 +49,9 @@ class HttpProxyTest : public testing::Test {
return CreateDBusResponse(method_call).release();
}
- MOCK_METHOD2(GetProxiesCallback, void(bool, const std::vector<std::string>&));
+ MOCK_METHOD(void,
+ GetProxiesCallback,
+ (bool, const std::vector<std::string>&));
protected:
HttpProxyTest() {