diff options
Diffstat (limited to 'chrome/default_plugin/plugin_impl_win.h')
-rw-r--r-- | chrome/default_plugin/plugin_impl_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/default_plugin/plugin_impl_win.h b/chrome/default_plugin/plugin_impl_win.h index 512f9a8..d07207d 100644 --- a/chrome/default_plugin/plugin_impl_win.h +++ b/chrome/default_plugin/plugin_impl_win.h @@ -174,7 +174,7 @@ class PluginInstallerImpl : public gfx::WindowImpl { } // Getter for the NPP instance member. - const NPP instance() const { + NPP instance() const { return instance_; } |