Chromium Code Reviews| Index: chrome/browser/dom_ui/dom_ui_host.cc |
| =================================================================== |
| --- chrome/browser/dom_ui/dom_ui_host.cc (revision 2626) |
| +++ chrome/browser/dom_ui/dom_ui_host.cc (working copy) |
| @@ -20,7 +20,7 @@ |
| MSG_ROUTING_NONE, |
| NULL) { |
| // Implementors of this class will have a specific tab contents type. |
| - type_ = TAB_CONTENTS_UNKNOWN_TYPE; |
| + set_type(TAB_CONTENTS_UNKNOWN_TYPE); |
| } |
| DOMUIHost::~DOMUIHost() { |