diff options
author | eseidel@chromium.org <eseidel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 01:21:39 +0000 |
---|---|---|
committer | eseidel@chromium.org <eseidel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-10 01:21:39 +0000 |
commit | 0a30dea444313d860a430f99ebdc67546810d7ff (patch) | |
tree | fd944364f1aa51b18c66acbff0b9ab661842af55 /webkit/api/src/WebStorageEventDispatcherImpl.h | |
parent | 8b11c1a6127b8f006a1bda1460ae8e3f038d4036 (diff) | |
download | chromium_src-0a30dea444313d860a430f99ebdc67546810d7ff.zip chromium_src-0a30dea444313d860a430f99ebdc67546810d7ff.tar.gz chromium_src-0a30dea444313d860a430f99ebdc67546810d7ff.tar.bz2 |
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
Diffstat (limited to 'webkit/api/src/WebStorageEventDispatcherImpl.h')
-rw-r--r-- | webkit/api/src/WebStorageEventDispatcherImpl.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 <wtf/OwnPtr.h> - #include "WebStorageEventDispatcher.h" +#include <wtf/OwnPtr.h> 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<WebCore::StorageEventDispatcherImpl> m_eventDispatcher; |