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

Unified Diff: ipc/mojo/scoped_ipc_support.h

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 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 | « ipc/mojo/run_all_unittests.cc ('k') | ipc/mojo/scoped_ipc_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/mojo/scoped_ipc_support.h
diff --git a/ipc/mojo/scoped_ipc_support.h b/ipc/mojo/scoped_ipc_support.h
index 21013fa75c0469ae8554f90d482e24eb0f31d6df..48c43fc7227a613b92791c5f5400c368e9b2e9fb 100644
--- a/ipc/mojo/scoped_ipc_support.h
+++ b/ipc/mojo/scoped_ipc_support.h
@@ -18,8 +18,8 @@ namespace IPC {
// the current process and that it is shutdown cleanly when no longer in use.
//
// NOTE: Unless you are making explicit calls to functions in the
-// mojo::embedder namespace, you almost definitely DO NOT need this and should
-// not be using it.
+// mojo::edk namespace, you almost definitely DO NOT need this and should not be
+// using it.
class IPC_MOJO_EXPORT ScopedIPCSupport {
public:
ScopedIPCSupport(scoped_refptr<base::TaskRunner> io_thread_task_runner);
« no previous file with comments | « ipc/mojo/run_all_unittests.cc ('k') | ipc/mojo/scoped_ipc_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698