summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/iq_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/jingle_glue/iq_request.h')
-rw-r--r--remoting/jingle_glue/iq_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/jingle_glue/iq_request.h b/remoting/jingle_glue/iq_request.h
index e95fa1e..9d6dcad 100644
--- a/remoting/jingle_glue/iq_request.h
+++ b/remoting/jingle_glue/iq_request.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/callback.h"
-#include "testing/gtest/include/gtest/gtest_prod.h"
+#include "base/gtest_prod_util.h"
#include "third_party/libjingle/source/talk/xmpp/xmppengine.h"
namespace remoting {
@@ -42,7 +42,7 @@ class IqRequest : private buzz::XmppIqHandler {
}
private:
- FRIEND_TEST(IqRequestTest, MakeIqStanza);
+ FRIEND_TEST_ALL_PREFIXES(IqRequestTest, MakeIqStanza);
// XmppIqHandler interface.
virtual void IqResponse(buzz::XmppIqCookie cookie,