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

Unified Diff: mojo/edk/embedder/embedder_unittest.cc

Issue 2620633004: Remove mojo::edk::test::ScopedIPCSupport (Closed)
Patch Set: . Created 3 years, 11 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 | « mojo/edk/embedder/embedder.cc ('k') | mojo/edk/embedder/process_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/embedder/embedder_unittest.cc
diff --git a/mojo/edk/embedder/embedder_unittest.cc b/mojo/edk/embedder/embedder_unittest.cc
index 4521f8037ed2d44c3c1c67c5b96ea828b1fb5988..f0fe44050d69149b390359d99192c0c358acf7da 100644
--- a/mojo/edk/embedder/embedder_unittest.cc
+++ b/mojo/edk/embedder/embedder_unittest.cc
@@ -23,13 +23,13 @@
#include "base/run_loop.h"
#include "base/synchronization/waitable_event.h"
#include "base/test/test_timeouts.h"
+#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/named_platform_handle.h"
#include "mojo/edk/embedder/named_platform_handle_utils.h"
#include "mojo/edk/embedder/platform_channel_pair.h"
#include "mojo/edk/embedder/test_embedder.h"
#include "mojo/edk/system/test_utils.h"
#include "mojo/edk/test/mojo_test_base.h"
-#include "mojo/edk/test/scoped_ipc_support.h"
#include "mojo/public/c/system/core.h"
#include "mojo/public/cpp/system/handle.h"
#include "mojo/public/cpp/system/message_pipe.h"
@@ -595,7 +595,7 @@ TEST_F(EmbedderTest, ClosePendingPeerConnection) {
// work. By the time the local message pipe has been observerd as closed,
// that task will have been posted. Therefore, a task to create the client
// connection should be handled after the channel is closed.
- test::GetIoTaskRunner()->PostTaskAndReply(
+ GetIOTaskRunner()->PostTaskAndReply(
FROM_HERE,
base::Bind(&CreateClientHandleOnIoThread, named_handle, &client_handle),
run_loop.QuitClosure());
« no previous file with comments | « mojo/edk/embedder/embedder.cc ('k') | mojo/edk/embedder/process_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698