Index: chrome/browser/extensions/api/webview/webview_api.h |
diff --git a/chrome/browser/extensions/api/webview/webview_api.h b/chrome/browser/extensions/api/webview/webview_api.h |
index c525e2cdb3cd0a08b0476a4cbe14fdc4b7776f2c..961d0015c551b690b9b123439f4d8e795dfb88cf 100644 |
--- a/chrome/browser/extensions/api/webview/webview_api.h |
+++ b/chrome/browser/extensions/api/webview/webview_api.h |
@@ -36,7 +36,7 @@ class WebviewExecuteScriptFunction : public WebviewExecuteCodeFunction { |
virtual void OnExecuteCodeFinished(const std::string& error, |
int32 on_page_id, |
const GURL& on_url, |
- const ListValue& result) OVERRIDE; |
+ const base::ListValue& result) OVERRIDE; |
DECLARE_EXTENSION_FUNCTION("webview.executeScript", WEBVIEW_EXECUTESCRIPT) |
}; |