| Index: net/base/test_completion_callback_unittest.cc
|
| ===================================================================
|
| --- net/base/test_completion_callback_unittest.cc (revision 2604)
|
| +++ net/base/test_completion_callback_unittest.cc (working copy)
|
| @@ -7,8 +7,11 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/test_completion_callback.h"
|
| +#include "base/platform_test.h"
|
| #include "base/worker_pool.h"
|
|
|
| +typedef PlatformTest TestCompletionCallbackTest;
|
| +
|
| using net::CompletionCallback;
|
|
|
| const int kMagicResult = 8888;
|
| @@ -105,7 +108,7 @@
|
| return true;
|
| }
|
|
|
| -TEST(TestCompletionCallbackTest, Simple) {
|
| +TEST_F(TestCompletionCallbackTest, Simple) {
|
| ExampleEmployer boss;
|
| TestCompletionCallback callback;
|
| bool queued = boss.DoSomething(&callback);
|
|
|