Index: content/renderer/pepper/pepper_plugin_delegate_impl.h |
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
index cb5ab8b787e5a2924c5036c51db9ccea57b441bd..eb2fe8f380f760a05160b80f75899994686a028f 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
@@ -185,11 +185,11 @@ class PepperPluginDelegateImpl |
bool final_result) OVERRIDE; |
virtual void SelectedFindResultChanged(int identifier, int index) OVERRIDE; |
virtual bool AsyncOpenFile(const base::FilePath& path, |
- int flags, |
+ int pp_open_flags, |
const AsyncOpenFileCallback& callback) OVERRIDE; |
virtual void AsyncOpenFileSystemURL( |
const GURL& path, |
- int flags, |
+ int pp_open_flags, |
const AsyncOpenFileSystemURLCallback& callback) OVERRIDE; |
virtual bool IsFileSystemOpened(PP_Instance instance, |
PP_Resource resource) const OVERRIDE; |