diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-05 18:49:48 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-05 18:49:48 +0000 |
commit | 2858a4fa32d44010fb83f9ff7ab7f498d56e7e90 (patch) | |
tree | f2e625d3835b01c6ca8a702d594eb7d02e3542d4 /content/worker | |
parent | 74482ef3290cf71d25bcf9b8d12547363ad8ffe3 (diff) | |
download | chromium_src-2858a4fa32d44010fb83f9ff7ab7f498d56e7e90.zip chromium_src-2858a4fa32d44010fb83f9ff7ab7f498d56e7e90.tar.gz chromium_src-2858a4fa32d44010fb83f9ff7ab7f498d56e7e90.tar.bz2 |
Clean up style errors introduced in r99349.
Review URL: http://codereview.chromium.org/7739015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99667 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/worker_webkitplatformsupport_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h index e0ae7f9..7339abb 100644 --- a/content/worker/worker_webkitplatformsupport_impl.h +++ b/content/worker/worker_webkitplatformsupport_impl.h @@ -16,9 +16,9 @@ namespace WebKit { class WebFileUtilities; } -class WorkerWebKitPlatformSupportImpl : - public webkit_glue::WebKitPlatformSupportImpl, - public WebKit::WebMimeRegistry { +class WorkerWebKitPlatformSupportImpl + : public webkit_glue::WebKitPlatformSupportImpl, + public WebKit::WebMimeRegistry { public: WorkerWebKitPlatformSupportImpl(); virtual ~WorkerWebKitPlatformSupportImpl(); |