From 0a30dea444313d860a430f99ebdc67546810d7ff Mon Sep 17 00:00:00 2001 From: "eseidel@chromium.org" Date: Tue, 10 Nov 2009 01:21:39 +0000 Subject: Last round of src/ style fixes. BUG=None TEST=None Review URL: http://codereview.chromium.org/372073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31525 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/api/src/WebStorageEventDispatcherImpl.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'webkit/api/src/WebStorageEventDispatcherImpl.h') diff --git a/webkit/api/src/WebStorageEventDispatcherImpl.h b/webkit/api/src/WebStorageEventDispatcherImpl.h index eaadc1b..6848b999 100644 --- a/webkit/api/src/WebStorageEventDispatcherImpl.h +++ b/webkit/api/src/WebStorageEventDispatcherImpl.h @@ -34,9 +34,8 @@ #if ENABLE(DOM_STORAGE) #include "StorageEventDispatcherImpl.h" -#include - #include "WebStorageEventDispatcher.h" +#include namespace WebKit { @@ -46,7 +45,7 @@ public: virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, const WebString& newValue, const WebString& origin, - const WebURL& url, bool isLocalStorage); + const WebURL&, bool isLocalStorage); private: OwnPtr m_eventDispatcher; -- cgit v1.1