| Index: chrome/browser/plugin_service.h
|
| diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
|
| index c37b3623ea98a288a65be2b7040f079109ca65cb..2ee90b7874e0af9151268b5df90a6f5c8b005c50 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 {
|
|
|