| Index: chrome/renderer/extensions/extension_helper.cc
|
| ===================================================================
|
| --- chrome/renderer/extensions/extension_helper.cc (revision 181040)
|
| +++ chrome/renderer/extensions/extension_helper.cc (working copy)
|
| @@ -75,7 +75,7 @@
|
| std::vector<content::RenderView*> views() { return views_; }
|
|
|
| // Returns false to terminate the iteration.
|
| - virtual bool Visit(content::RenderView* render_view) {
|
| + virtual bool Visit(content::RenderView* render_view) OVERRIDE {
|
| ExtensionHelper* helper = ExtensionHelper::Get(render_view);
|
| if (!ViewTypeMatches(helper->view_type(), view_type_))
|
| return true;
|
|
|