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

Unified Diff: ppapi/native_client/src/trusted/plugin/pnacl_resources.cc

Issue 14352005: Rename pnacl_file_host to nacl_file_host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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: 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.
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_component_crx_gen.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698