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

Unified Diff: components/nacl/loader/DEPS

Issue 53123002: Rename HandleConverter to NaClMessageScanner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove early out for ResourceMessageReplyParams. Created 7 years, 1 month 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 | « no previous file | components/nacl/loader/nacl_ipc_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/DEPS
diff --git a/components/nacl/loader/DEPS b/components/nacl/loader/DEPS
index aa045563f80d12d92204c875650b2f33ba80dedd..b96632911e13acd806bda93a35a1e7466310dc69 100644
--- a/components/nacl/loader/DEPS
+++ b/components/nacl/loader/DEPS
@@ -8,8 +8,8 @@ include_rules = [
"+native_client/src",
"+ppapi/c", # header files only
- # For handle conversion in nacl_ipc_adapter.cc:
- "+ppapi/proxy/handle_converter.h",
+ # For message scanning and handle conversion in nacl_ipc_adapter.cc:
+ "+ppapi/proxy/nacl_message_scanner.h",
"+ppapi/proxy/serialized_handle.h",
# For sending PpapiHostMsg_ChannelCreated in nacl_ipc_adapter.cc:
« no previous file with comments | « no previous file | components/nacl/loader/nacl_ipc_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698