Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8394)

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.cc

Issue 10540100: TabContentsWrapper -> TabContents, part 48. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/create_application_shortcut_view.cc
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
index 0e94c050fb585fd69e5fd29cd1c87331c6a7884d..4a53730196c6e0de733ba4837ddfb6478152d650 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.cc
+++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
@@ -14,7 +14,7 @@
#include "chrome/browser/favicon/favicon_tab_helper.h"
#include "chrome/browser/prefs/pref_service.h"
#include "chrome/browser/profiles/profile.h"
-#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
+#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "chrome/browser/ui/web_applications/web_app_ui.h"
#include "chrome/browser/ui/webui/extensions/extension_icon_source.h"
#include "chrome/common/chrome_constants.h"
@@ -200,7 +200,7 @@ void AppInfoView::OnPaint(gfx::Canvas* canvas) {
namespace browser {
void ShowCreateWebAppShortcutsDialog(gfx::NativeWindow parent_window,
- TabContentsWrapper* tab_contents) {
+ TabContents* tab_contents) {
views::Widget::CreateWindowWithParent(
new CreateUrlApplicationShortcutView(tab_contents),
parent_window)->Show();
@@ -412,7 +412,7 @@ void CreateApplicationShortcutView::ButtonPressed(views::Button* sender,
}
CreateUrlApplicationShortcutView::CreateUrlApplicationShortcutView(
- TabContentsWrapper* tab_contents)
+ TabContents* tab_contents)
: CreateApplicationShortcutView(tab_contents->profile()),
tab_contents_(tab_contents),
pending_download_(NULL) {
« no previous file with comments | « chrome/browser/ui/views/create_application_shortcut_view.h ('k') | chrome/browser/ui/views/find_bar_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698