Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: jingle/notifier/listener/talk_mediator_impl.h

Issue 3064007: GTTF: more FRIEND_TEST_ALL_PREFIXES (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/audio/linux/alsa_output.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/talk_mediator_impl.h
diff --git a/jingle/notifier/listener/talk_mediator_impl.h b/jingle/notifier/listener/talk_mediator_impl.h
index e6fc988df0e0d2bdc44214dbbe288fa71fc9aca8..d323faa6a2b8b732f3a12410411135a332da4899 100644
--- a/jingle/notifier/listener/talk_mediator_impl.h
+++ b/jingle/notifier/listener/talk_mediator_impl.h
@@ -12,13 +12,13 @@
#include <string>
#include <vector>
+#include "base/gtest_prod_util.h"
#include "base/non_thread_safe.h"
#include "base/scoped_ptr.h"
#include "jingle/notifier/listener/mediator_thread.h"
#include "jingle/notifier/listener/talk_mediator.h"
#include "talk/base/sigslot.h"
#include "talk/xmpp/xmppclientsettings.h"
-#include "testing/gtest/include/gtest/gtest_prod.h" // For FRIEND_TEST
namespace notifier {
@@ -92,10 +92,11 @@ class TalkMediatorImpl
std::vector<std::string> subscribed_services_list_;
- FRIEND_TEST(TalkMediatorImplTest, SetAuthTokenWithBadInput);
- FRIEND_TEST(TalkMediatorImplTest, SetAuthTokenWithGoodInput);
- FRIEND_TEST(TalkMediatorImplTest, SendNotification);
- FRIEND_TEST(TalkMediatorImplTest, MediatorThreadCallbacks);
+ FRIEND_TEST_ALL_PREFIXES(TalkMediatorImplTest, SetAuthTokenWithBadInput);
+ FRIEND_TEST_ALL_PREFIXES(TalkMediatorImplTest, SetAuthTokenWithGoodInput);
+ FRIEND_TEST_ALL_PREFIXES(TalkMediatorImplTest, SendNotification);
+ FRIEND_TEST_ALL_PREFIXES(TalkMediatorImplTest, MediatorThreadCallbacks);
+
DISALLOW_COPY_AND_ASSIGN(TalkMediatorImpl);
};
« no previous file with comments | « no previous file | media/audio/linux/alsa_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698