From d8627c165655488b452556cebbb7e9ae31b0a9cf Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Sat, 27 Feb 2010 02:29:05 +0000 Subject: Fix formatting nits. R=eroman BUG=none TEST=No compilation errors. Review URL: http://codereview.chromium.org/660223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40201 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/webplugin.h | 2 +- webkit/glue/webplugin_impl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/glue') diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 1c79876..d83601a 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -117,7 +117,7 @@ class WebPlugin { // by plugins. If the plugin wants notification of the result, notify_id will // be non-zero. virtual void HandleURLRequest(const char* url, - const char *method, + const char* method, const char* target, const char* buf, unsigned int len, diff --git a/webkit/glue/webplugin_impl.h b/webkit/glue/webplugin_impl.h index fbe9ff6..d747d27 100644 --- a/webkit/glue/webplugin_impl.h +++ b/webkit/glue/webplugin_impl.h @@ -229,7 +229,7 @@ class WebPluginImpl : public WebPlugin, WebPluginResourceClient* client); void HandleURLRequestInternal(const char* url, - const char *method, + const char* method, const char* target, const char* buf, unsigned int len, -- cgit v1.1