summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/webplugin_proxy.cc2
-rw-r--r--chrome/plugin/webplugin_proxy.h2
2 files changed, 2 insertions, 2 deletions
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,