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

Unified Diff: components/nacl/browser/nacl_browser.h

Issue 165663002: Remove some PlatformFile uses from NaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add empty line Created 6 years, 10 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 | « no previous file | components/nacl/browser/nacl_browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/browser/nacl_browser.h
diff --git a/components/nacl/browser/nacl_browser.h b/components/nacl/browser/nacl_browser.h
index d97add2611914ddd1253adc3b845186221bbbab5..4216733aa46e650b888d92bdb18de5c347790845 100644
--- a/components/nacl/browser/nacl_browser.h
+++ b/components/nacl/browser/nacl_browser.h
@@ -9,6 +9,7 @@
#include "base/bind.h"
#include "base/containers/mru_cache.h"
+#include "base/files/file.h"
#include "base/files/file_util_proxy.h"
#include "base/memory/singleton.h"
#include "base/memory/weak_ptr.h"
@@ -24,7 +25,7 @@ namespace nacl {
// Open an immutable executable file that can be mmapped.
// This function should only be called on a thread that can perform file IO.
-base::PlatformFile OpenNaClExecutableImpl(const base::FilePath& file_path);
+base::File OpenNaClExecutableImpl(const base::FilePath& file_path);
// Represents shared state for all NaClProcessHost objects in the browser.
class NaClBrowser {
« no previous file with comments | « no previous file | components/nacl/browser/nacl_browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698