| 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..1e75b710bb96e72e8aac360455a56bc956cfe5e1 100644
|
| --- a/chrome/browser/extensions/platform_app_launcher.h
|
| +++ b/chrome/browser/extensions/platform_app_launcher.h
|
| @@ -9,8 +9,8 @@ class CommandLine;
|
| class FilePath;
|
| class Profile;
|
|
|
| -namespace webkit_glue {
|
| -struct WebIntentData;
|
| +namespace content {
|
| +class WebIntentsDispatcher;
|
| }
|
|
|
| namespace extensions {
|
| @@ -32,7 +32,7 @@ void LaunchPlatformApp(Profile* profile,
|
| void LaunchPlatformAppWithWebIntent(
|
| Profile* profile,
|
| const Extension* extension,
|
| - const webkit_glue::WebIntentData& web_intent_data);
|
| + content::WebIntentsDispatcher* intents_dispatcher);
|
|
|
| } // namespace extensions
|
|
|
|
|