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

Unified Diff: ipc/attachment_broker_mac_unittest.cc

Issue 1420763002: ipc: Move methods into AttachmentBroker interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 2 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/attachment_broker.cc ('k') | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/attachment_broker_mac_unittest.cc
diff --git a/ipc/attachment_broker_mac_unittest.cc b/ipc/attachment_broker_mac_unittest.cc
index 8f2aad0b5e87b43678a09cafd5c91902af5439c9..09dfe8489f766abc80031446f098976aa61e0dc2 100644
--- a/ipc/attachment_broker_mac_unittest.cc
+++ b/ipc/attachment_broker_mac_unittest.cc
@@ -480,7 +480,7 @@ scoped_ptr<ChildProcessGlobals> CommonChildProcessSetUp() {
scoped_ptr<ChildProcessGlobals> globals(new ChildProcessGlobals);
globals->port_provider.InsertEntry(getppid(), server_task_port.get());
- globals->broker.SetPortProvider(&globals->port_provider);
+ globals->broker.set_port_provider(&globals->port_provider);
globals->server_task_port.reset(server_task_port.release());
return globals;
}
« no previous file with comments | « ipc/attachment_broker.cc ('k') | ipc/attachment_broker_privileged.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698