diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 14:31:02 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 14:31:02 +0000 |
commit | c36a9e1dd2f21fce9ac430bd896b9f76e9a8eb73 (patch) | |
tree | c6fa8655056f6523a55a074a0deb55232f8b1cfa /ui/web_dialogs | |
parent | d151be70039634accaa5a895c9c574bb760812f7 (diff) | |
download | chromium_src-c36a9e1dd2f21fce9ac430bd896b9f76e9a8eb73.zip chromium_src-c36a9e1dd2f21fce9ac430bd896b9f76e9a8eb73.tar.gz chromium_src-c36a9e1dd2f21fce9ac430bd896b9f76e9a8eb73.tar.bz2 |
TabContentsWrapper -> TabContents, part 1.
BUG=131026
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/10528002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140523 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/web_dialogs')
-rw-r--r-- | ui/web_dialogs/constrained_web_dialog_ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/web_dialogs/constrained_web_dialog_ui.h b/ui/web_dialogs/constrained_web_dialog_ui.h index 4673dac..63b1bdd 100644 --- a/ui/web_dialogs/constrained_web_dialog_ui.h +++ b/ui/web_dialogs/constrained_web_dialog_ui.h @@ -12,7 +12,8 @@ class ConstrainedWindow; class Profile; -class TabContentsWrapper; +class TabContents; +typedef TabContents TabContentsWrapper; class WebDialogWebContentsDelegate; namespace base { |