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

Unified Diff: ppapi/proxy/ppb_flash_file_proxy.cc

Issue 7087028: roll clang 131935:132017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 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
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.

Powered by Google App Engine
This is Rietveld 408576698