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

Unified Diff: components/nacl/common/pnacl_types.h

Issue 2514323004: Convert NaCl renderer-browser messages to mojo. (Closed)
Patch Set: rebase 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
Index: components/nacl/common/pnacl_types.h
diff --git a/components/nacl/common/pnacl_types.h b/components/nacl/common/pnacl_types.h
index eb7e1742020b6d3517248ba3a989a9ec3d1e2218..b25b1f8c8b350793fb43e540e3b80ea2ae7f23c4 100644
--- a/components/nacl/common/pnacl_types.h
+++ b/components/nacl/common/pnacl_types.h
@@ -17,7 +17,7 @@ namespace nacl {
// to the browser.
//
// If you change this, you will also need to update the IPC serialization in
-// nacl_host_messages.h.
+// nacl_types_param_traits.h.
struct PnaclCacheInfo {
PnaclCacheInfo();
PnaclCacheInfo(const PnaclCacheInfo& other);

Powered by Google App Engine
This is Rietveld 408576698