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-22 01:23:11 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-22 01:23:11 +0000
commitdfe1486216ccb5942ef52bafa30d361638183eea (patch)
tree0d8c2152090b9a0a2b3e421fafae2d9cd6311aff /chrome/browser/plugin_service.h
parent3ac10dd155f52f6cfebe40b18806f50bda71ca46 (diff)
downloadchromium_src-dfe1486216ccb5942ef52bafa30d361638183eea.zip
chromium_src-dfe1486216ccb5942ef52bafa30d361638183eea.tar.gz
chromium_src-dfe1486216ccb5942ef52bafa30d361638183eea.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@8430 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 {