Index: ppapi/proxy/ppb_flash_file_proxy.cc |
diff --git a/ppapi/proxy/ppb_flash_file_proxy.cc b/ppapi/proxy/ppb_flash_file_proxy.cc |
index 9e2aab662c2086a98277d6906916e98bbcadea51..508a6d2cda80138c38cf11cc35a174f96d93377d 100644 |
--- a/ppapi/proxy/ppb_flash_file_proxy.cc |
+++ b/ppapi/proxy/ppb_flash_file_proxy.cc |
@@ -103,7 +103,7 @@ class ModuleLocalThreadAdapter |
std::set<int> pending_requests_for_filter_; |
}; |
- virtual void SendFromIOThread(Dispatcher* dispatcher, IPC::Message* msg); |
+ void SendFromIOThread(Dispatcher* dispatcher, IPC::Message* msg); |
// Internal version of OnModuleLocalMessageFailed which assumes the lock |
// is already held. |