From 2858a4fa32d44010fb83f9ff7ab7f498d56e7e90 Mon Sep 17 00:00:00 2001
From: "abarth@chromium.org"
 <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Mon, 5 Sep 2011 18:49:48 +0000
Subject: 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
---
 content/worker/worker_webkitplatformsupport_impl.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'content/worker')

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();
-- 
cgit v1.1