diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-04 04:27:19 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-04 04:27:19 +0000 |
commit | f024f7900b966402d73c9516a9b7e6fe7e98684c (patch) | |
tree | fae561da12e5cbab2df4412c35bd6b75a0a18a06 /chrome/default_plugin/plugin_impl_gtk.h | |
parent | 30cb7a44b47b8ec5ef9607ef65dcd6aead29bbe9 (diff) | |
download | chromium_src-f024f7900b966402d73c9516a9b7e6fe7e98684c.zip chromium_src-f024f7900b966402d73c9516a9b7e6fe7e98684c.tar.gz chromium_src-f024f7900b966402d73c9516a9b7e6fe7e98684c.tar.bz2 |
Mac: Some clang appeasing.
BUG=TEST=none
Review URL: http://codereview.chromium.org/3089004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/default_plugin/plugin_impl_gtk.h')
-rw-r--r-- | chrome/default_plugin/plugin_impl_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/default_plugin/plugin_impl_gtk.h b/chrome/default_plugin/plugin_impl_gtk.h index a699e05..2035384 100644 --- a/chrome/default_plugin/plugin_impl_gtk.h +++ b/chrome/default_plugin/plugin_impl_gtk.h @@ -162,7 +162,7 @@ class PluginInstallerImpl { } // Getter for the NPP instance member. - const NPP instance() const { + NPP instance() const { return instance_; } |