Chromium Code Reviews| Index: ipc/ipc_message_macros.h |
| diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h |
| index daeb617c452fdd92504f26753a37eea49e8dc851..f9fc28e6c941d0701506bc7f6f8b56e7d80da7c0 100644 |
| --- a/ipc/ipc_message_macros.h |
| +++ b/ipc/ipc_message_macros.h |
| @@ -444,7 +444,7 @@ |
| Method func) { \ |
| Schema::Param p; \ |
| if (Read(msg, &p)) { \ |
| - DispatchToMethod(obj, func, p); \ |
| + base::DispatchToMethod(obj, func, p); \ |
| return true; \ |
| } \ |
| return false; \ |