summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 20:01:31 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 20:01:31 +0000
commit8cd77dc30ea2528c7190b4e4629e560118d568b6 (patch)
treedd2f2e2f3d1f39efd0474823455a78a86a246c26 /chrome/browser/plugin_service.h
parent2fec49dae9e67e1133d8884627c05f74c6ac3e59 (diff)
downloadchromium_src-8cd77dc30ea2528c7190b4e4629e560118d568b6.zip
chromium_src-8cd77dc30ea2528c7190b4e4629e560118d568b6.tar.gz
chromium_src-8cd77dc30ea2528c7190b4e4629e560118d568b6.tar.bz2
POSIX: Get render_process_host to build.
This is an adopted CL from Evan. Original: http://codereview.chromium.org/14504 (see original for review comments etc) Review URL: http://codereview.chromium.org/16814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index c37b362..2ee90b7 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -175,8 +175,8 @@ class PluginProcessHostIterator {
PluginProcessHostIterator& operator=(
const PluginProcessHostIterator& instance) {
- iterator_ = instance.iterator_;
- return *this;
+ iterator_ = instance.iterator_;
+ return *this;
}
const PluginProcessHost* operator->() const {