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 --- chrome/plugin/webplugin_proxy.cc | 2 +- chrome/plugin/webplugin_proxy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/plugin') diff --git a/chrome/plugin/webplugin_proxy.cc b/chrome/plugin/webplugin_proxy.cc index a05113b..469d92f 100644 --- a/chrome/plugin/webplugin_proxy.cc +++ b/chrome/plugin/webplugin_proxy.cc @@ -257,7 +257,7 @@ void WebPluginProxy::OnResourceCreated(int resource_id, } void WebPluginProxy::HandleURLRequest(const char* url, - const char *method, + const char* method, const char* target, const char* buf, unsigned int len, diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 5fc699c..da8f420 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -108,7 +108,7 @@ class WebPluginProxy : public webkit_glue::WebPlugin { webkit_glue::WebPluginResourceClient* client); void HandleURLRequest(const char* url, - const char *method, + const char* method, const char* target, const char* buf, unsigned int len, -- cgit v1.1