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

Unified Diff: chrome/browser/nacl_host/nacl_file_host.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
« no previous file with comments | « chrome/browser/nacl_host/nacl_file_host.h ('k') | chrome/browser/nacl_host/nacl_file_host_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_file_host.cc
diff --git a/chrome/browser/nacl_host/pnacl_file_host.cc b/chrome/browser/nacl_host/nacl_file_host.cc
similarity index 97%
rename from chrome/browser/nacl_host/pnacl_file_host.cc
rename to chrome/browser/nacl_host/nacl_file_host.cc
index ac630f9aef599743e8f82f3d9ff33fa42d0c5082..09804771fba47662fe24dfc8a0702014d65bc7d5 100644
--- a/chrome/browser/nacl_host/pnacl_file_host.cc
+++ b/chrome/browser/nacl_host/nacl_file_host.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/nacl_host/pnacl_file_host.h"
+#include "chrome/browser/nacl_host/nacl_file_host.h"
#include "base/bind.h"
#include "base/file_util.h"
@@ -57,7 +57,7 @@ void DoOpenPnaclFile(
base::FilePath full_filepath;
// Do some validation.
- if (!pnacl_file_host::PnaclCanOpenFile(filename, &full_filepath)) {
+ if (!nacl_file_host::PnaclCanOpenFile(filename, &full_filepath)) {
NotifyRendererOfError(chrome_render_message_filter, reply_msg);
return;
}
@@ -125,7 +125,7 @@ void DoCreateTemporaryFile(
} // namespace
-namespace pnacl_file_host {
+namespace nacl_file_host {
void GetReadonlyPnaclFd(
ChromeRenderMessageFilter* chrome_render_message_filter,
@@ -186,4 +186,4 @@ void CreateTemporaryFile(
}
}
-} // namespace pnacl_file_host
+} // namespace nacl_file_host
« no previous file with comments | « chrome/browser/nacl_host/nacl_file_host.h ('k') | chrome/browser/nacl_host/nacl_file_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698