diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 21:49:03 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 21:49:03 +0000 |
commit | 8822f38cd5d5006033003e5197a56bed2cc33fea (patch) | |
tree | 2d239e6b8b1557b1e90c5747b63c56238b2fb846 /remoting/host | |
parent | c9b9f10acf2d9e8290739b10bfaf18da4ea9656c (diff) | |
download | chromium_src-8822f38cd5d5006033003e5197a56bed2cc33fea.zip chromium_src-8822f38cd5d5006033003e5197a56bed2cc33fea.tar.gz chromium_src-8822f38cd5d5006033003e5197a56bed2cc33fea.tar.bz2 |
More FRIEND_TEST_ALL_PREFIXES.
TEST=none
BUG=44549
Review URL: http://codereview.chromium.org/3053024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/chromoting_host_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/chromoting_host_context.h b/remoting/host/chromoting_host_context.h index f4e2f8a..1f6b011 100644 --- a/remoting/host/chromoting_host_context.h +++ b/remoting/host/chromoting_host_context.h @@ -7,9 +7,9 @@ #include <string> +#include "base/gtest_prod_util.h" #include "base/thread.h" #include "remoting/jingle_glue/jingle_thread.h" -#include "testing/gtest/include/gtest/gtest_prod.h" namespace remoting { @@ -29,7 +29,7 @@ class ChromotingHostContext { virtual MessageLoop* encode_message_loop(); private: - FRIEND_TEST(ChromotingHostContextTest, StartAndStop); + FRIEND_TEST_ALL_PREFIXES(ChromotingHostContextTest, StartAndStop); // A thread that hosts all network operations. JingleThread jingle_thread_; |