summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_host.cc')
-rw-r--r--chrome/browser/extensions/extension_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index a282b6e..84ae278 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -131,7 +131,7 @@ ExtensionHost::ExtensionHost(const Extension* extension,
associated_tab_contents_(NULL) {
host_contents_.reset(new TabContents(
profile_, site_instance, MSG_ROUTING_NONE, NULL, NULL));
- TabContentsObserver::Observe(host_contents_.get());
+ content::WebContentsObserver::Observe(host_contents_.get());
host_contents_->SetDelegate(this);
host_contents_->SetViewType(host_type);