From 4e5c1084d36e100572b2bcee0c10caf35e0f2367 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Tue, 17 Feb 2009 23:32:51 +0000 Subject: Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut callback to use GearsShortCutData2. Review URL: http://codereview.chromium.org/20412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9918 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents/web_contents.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/tab_contents/web_contents.h') diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h index 275f6f3..e93cc0b 100644 --- a/chrome/browser/tab_contents/web_contents.h +++ b/chrome/browser/tab_contents/web_contents.h @@ -16,6 +16,7 @@ #include "chrome/browser/renderer_host/render_view_host_delegate.h" #include "chrome/browser/tab_contents/navigation_controller.h" #include "chrome/browser/tab_contents/render_view_host_manager.h" +#include "chrome/common/gears_api.h" #include "net/base/load_states.h" #include "webkit/glue/password_form.h" #include "webkit/glue/webpreferences.h" @@ -28,7 +29,6 @@ #include "chrome/browser/printing/print_view_manager.h" #include "chrome/browser/shell_dialogs.h" #include "chrome/browser/tab_contents/tab_contents.h" -#include "chrome/common/gears_api.h" #endif class AutofillForm; @@ -461,7 +461,7 @@ class WebContents : public TabContents, // Called when the user dismisses the shortcut creation dialog. 'success' is // true if the shortcut was created. - void OnGearsCreateShortcutDone(const GearsShortcutData& shortcut_data, + void OnGearsCreateShortcutDone(const GearsShortcutData2& shortcut_data, bool success); // If our controller was restored and the page id is > than the site -- cgit v1.1