summaryrefslogtreecommitdiffstats
path: root/webkit/glue
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 02:29:05 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 02:29:05 +0000
commitd8627c165655488b452556cebbb7e9ae31b0a9cf (patch)
treee9457a7786c51bf61e4f21849f7dbda3269a1691 /webkit/glue
parent1668e14a399873f4c199522be2f34422dc2913c6 (diff)
downloadchromium_src-d8627c165655488b452556cebbb7e9ae31b0a9cf.zip
chromium_src-d8627c165655488b452556cebbb7e9ae31b0a9cf.tar.gz
chromium_src-d8627c165655488b452556cebbb7e9ae31b0a9cf.tar.bz2
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
Diffstat (limited to 'webkit/glue')
-rw-r--r--webkit/glue/webplugin.h2
-rw-r--r--webkit/glue/webplugin_impl.h2
2 files changed, 2 insertions, 2 deletions
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,