summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/constrained_window_tab_helper.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-22 20:51:25 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-22 20:51:25 +0000
commitd8c66043b5bc1e26d5abb2cc6cf84d3a586ed126 (patch)
treedf54bcd989dc3fe077d7cdab970990a40f3281eb /chrome/browser/ui/constrained_window_tab_helper.cc
parent565ddfa2a9489e8d3d333c9e28b61a4be272547b (diff)
downloadchromium_src-d8c66043b5bc1e26d5abb2cc6cf84d3a586ed126.zip
chromium_src-d8c66043b5bc1e26d5abb2cc6cf84d3a586ed126.tar.gz
chromium_src-d8c66043b5bc1e26d5abb2cc6cf84d3a586ed126.tar.bz2
Move TabContentsObserver to content/public, rename it to WebContentsObserver, and put it into the content namespace.
BUG=98716 TBR=tburkard Review URL: http://codereview.chromium.org/9026011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115599 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/constrained_window_tab_helper.cc')
-rw-r--r--chrome/browser/ui/constrained_window_tab_helper.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/constrained_window_tab_helper.cc b/chrome/browser/ui/constrained_window_tab_helper.cc
index 49a438d..bab46d5 100644
--- a/chrome/browser/ui/constrained_window_tab_helper.cc
+++ b/chrome/browser/ui/constrained_window_tab_helper.cc
@@ -16,7 +16,7 @@
ConstrainedWindowTabHelper::ConstrainedWindowTabHelper(
TabContentsWrapper* wrapper)
- : TabContentsObserver(wrapper->tab_contents()),
+ : content::WebContentsObserver(wrapper->tab_contents()),
wrapper_(wrapper),
delegate_(NULL) {
}