| Index: chrome/browser/ui/views/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/views/browser_dialogs.h b/chrome/browser/ui/views/browser_dialogs.h
|
| index c2d4c3b278d4a78c983f0e479c2e557edad9e94a..12dce4d05324cb6e64d9d41bde56b898ec825f73 100644
|
| --- a/chrome/browser/ui/views/browser_dialogs.h
|
| +++ b/chrome/browser/ui/views/browser_dialogs.h
|
| @@ -23,7 +23,6 @@ class FindBar;
|
| class GURL;
|
| class Profile;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
| class TemplateURL;
|
|
|
| namespace content {
|
| @@ -92,7 +91,7 @@ void EditSearchEngine(gfx::NativeWindow parent,
|
|
|
| // Shows the create web app shortcut dialog box.
|
| void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
|
| - TabContentsWrapper* tab_contents);
|
| + TabContents* tab_contents);
|
|
|
| // Shows the create chrome app shortcut dialog box.
|
| void ShowCreateChromeAppShortcutsDialog(gfx::NativeWindow parent_window,
|
|
|