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

Unified Diff: net/base/test_completion_callback_unittest.cc

Issue 4096: Use open-vcdiff for sdch compression on the Mac (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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 | « net/base/sdch_filter_unitest.cc ('k') | net/net.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « net/base/sdch_filter_unitest.cc ('k') | net/net.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698