| Index: chrome/browser/extensions/platform_app_launcher.h
|
| diff --git a/chrome/browser/extensions/platform_app_launcher.h b/chrome/browser/extensions/platform_app_launcher.h
|
| index 2a8a6b903dba9f86f967274d4e9b3a32ca30b0ac..b5017ec75208b8ffca4386f3f1a574143b7d1234 100644
|
| --- a/chrome/browser/extensions/platform_app_launcher.h
|
| +++ b/chrome/browser/extensions/platform_app_launcher.h
|
| @@ -9,8 +9,9 @@ class CommandLine;
|
| class FilePath;
|
| class Profile;
|
|
|
| -namespace webkit_glue {
|
| -struct WebIntentData;
|
| +namespace content {
|
| +class WebContents;
|
| +class WebIntentsDispatcher;
|
| }
|
|
|
| namespace extensions {
|
| @@ -32,7 +33,8 @@ void LaunchPlatformApp(Profile* profile,
|
| void LaunchPlatformAppWithWebIntent(
|
| Profile* profile,
|
| const Extension* extension,
|
| - const webkit_glue::WebIntentData& web_intent_data);
|
| + content::WebIntentsDispatcher* intents_dispatcher,
|
| + content::WebContents* source);
|
|
|
| } // namespace extensions
|
|
|
|
|