Index: chrome/browser/extensions/api/messaging/native_message_process_host.h |
diff --git a/chrome/browser/extensions/api/messaging/native_message_process_host.h b/chrome/browser/extensions/api/messaging/native_message_process_host.h |
index 482d3b067e5fb02ee1fc1a72fd7627b4f6fc4ba9..47fe8723fd34a8809bb6da1d98bb30eaf5405160 100644 |
--- a/chrome/browser/extensions/api/messaging/native_message_process_host.h |
+++ b/chrome/browser/extensions/api/messaging/native_message_process_host.h |
@@ -8,6 +8,7 @@ |
#include <queue> |
#include <string> |
+#include "base/files/file.h" |
wtc
2014/06/19 18:20:49
Nit: we don't need this header now because there i
rvargas (doing something else)
2014/06/19 18:46:42
It is needed to define PlatformFile for read_file_
|
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/message_loop/message_loop.h" |
@@ -151,8 +152,6 @@ class NativeMessageProcessHost |
scoped_ptr<net::FileStream> read_stream_; |
#if defined(OS_POSIX) |
- // TODO(rvargas): Remove these members, maybe merging the functionality to |
- // net::FileStream. |
base::PlatformFile read_file_; |
base::MessageLoopForIO::FileDescriptorWatcher read_watcher_; |
#endif // !defined(OS_POSIX) |