Index: ppapi/native_client/src/trusted/plugin/pnacl_resources.cc |
diff --git a/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc b/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc |
index d1b3b34c1d1370e4784f3e478d6c660d769985b0..2947c51a2d2ec082c5f435dc3210405a6a694e4e 100644 |
--- a/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc |
+++ b/ppapi/native_client/src/trusted/plugin/pnacl_resources.cc |
@@ -41,7 +41,7 @@ bool PnaclUrls::IsPnaclComponent(const nacl::string& full_url) { |
} |
// Convert a URL to a filename accepted by GetReadonlyPnaclFd. |
-// Must be kept in sync with pnacl_file_host.cc. |
+// Must be kept in sync with chrome/browser/nacl_host/nacl_file_host. |
nacl::string PnaclUrls::PnaclComponentURLToFilename( |
const nacl::string& full_url) { |
// strip componentID. |