| Index: chrome/renderer/extensions/extension_helper.h
|
| ===================================================================
|
| --- chrome/renderer/extensions/extension_helper.h (revision 91508)
|
| +++ chrome/renderer/extensions/extension_helper.h (working copy)
|
| @@ -15,10 +15,13 @@
|
|
|
| class ExtensionDispatcher;
|
| class GURL;
|
| -class ListValue;
|
| struct ExtensionMsg_ExecuteCode_Params;
|
| struct WebApplicationInfo;
|
|
|
| +namespace base {
|
| +class ListValue;
|
| +}
|
| +
|
| namespace webkit_glue {
|
| class ResourceFetcher;
|
| }
|
| @@ -57,7 +60,7 @@
|
| const std::string& error);
|
| void OnExtensionMessageInvoke(const std::string& extension_id,
|
| const std::string& function_name,
|
| - const ListValue& args,
|
| + const base::ListValue& args,
|
| const GURL& event_url);
|
| void OnExecuteCode(const ExtensionMsg_ExecuteCode_Params& params);
|
| void OnGetApplicationInfo(int page_id);
|
|
|