| Index: content/common/fileapi/file_system_dispatcher.h
|
| diff --git a/content/common/fileapi/file_system_dispatcher.h b/content/common/fileapi/file_system_dispatcher.h
|
| index 8da0ff30a53340843a1179d1d9b8e4477f1360d3..fb029f0c087a11640909a452b8395473f4c5b00d 100644
|
| --- a/content/common/fileapi/file_system_dispatcher.h
|
| +++ b/content/common/fileapi/file_system_dispatcher.h
|
| @@ -12,8 +12,7 @@
|
| #include "base/file_util_proxy.h"
|
| #include "base/id_map.h"
|
| #include "base/process.h"
|
| -#include "ipc/ipc_channel.h"
|
| -#include "ipc/ipc_message.h"
|
| +#include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "webkit/fileapi/file_system_callback_dispatcher.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| @@ -28,12 +27,12 @@ class GURL;
|
| // Dispatches and sends file system related messages sent to/from a child
|
| // process from/to the main browser process. There is one instance
|
| // per child process. Messages are dispatched on the main child thread.
|
| -class FileSystemDispatcher : public IPC::Channel::Listener {
|
| +class FileSystemDispatcher : public IPC::Listener {
|
| public:
|
| FileSystemDispatcher();
|
| virtual ~FileSystemDispatcher();
|
|
|
| - // IPC::Channel::Listener implementation.
|
| + // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| bool OpenFileSystem(const GURL& origin_url,
|
|
|