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 139d892d4dc3e41d16e292cd37b1a25e29405d67..df88e2473fdf68e45a33a71e9e6990fdd522dd6d 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.h |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h |
@@ -210,11 +210,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; |