diff options
author | eseidel@chromium.org <eseidel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 21:54:30 +0000 |
---|---|---|
committer | eseidel@chromium.org <eseidel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 21:54:30 +0000 |
commit | 4bf1d3deb45f1d2f3eb1d2073b3c65cb6bd4849e (patch) | |
tree | f8b313feb4c227556decc8931fd01ad8153f2e95 /webkit/api/src/WebStorageEventDispatcherImpl.h | |
parent | a29ebbf5e6173d6c9d3118f7780b8fef7cb7d44c (diff) | |
download | chromium_src-4bf1d3deb45f1d2f3eb1d2073b3c65cb6bd4849e.zip chromium_src-4bf1d3deb45f1d2f3eb1d2073b3c65cb6bd4849e.tar.gz chromium_src-4bf1d3deb45f1d2f3eb1d2073b3c65cb6bd4849e.tar.bz2 |
Fix header namespace indent to match modern WebKit style.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/372069
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31483 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/src/WebStorageEventDispatcherImpl.h')
-rw-r--r-- | webkit/api/src/WebStorageEventDispatcherImpl.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/webkit/api/src/WebStorageEventDispatcherImpl.h b/webkit/api/src/WebStorageEventDispatcherImpl.h index aa3f066..eaadc1b 100644 --- a/webkit/api/src/WebStorageEventDispatcherImpl.h +++ b/webkit/api/src/WebStorageEventDispatcherImpl.h @@ -40,17 +40,17 @@ namespace WebKit { - class WebStorageEventDispatcherImpl : public WebStorageEventDispatcher { - public: - WebStorageEventDispatcherImpl(); +class WebStorageEventDispatcherImpl : public WebStorageEventDispatcher { +public: + WebStorageEventDispatcherImpl(); - virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, - const WebString& newValue, const WebString& origin, - const WebURL& url, bool isLocalStorage); + virtual void dispatchStorageEvent(const WebString& key, const WebString& oldValue, + const WebString& newValue, const WebString& origin, + const WebURL& url, bool isLocalStorage); - private: - OwnPtr<WebCore::StorageEventDispatcherImpl> m_eventDispatcher; - }; +private: + OwnPtr<WebCore::StorageEventDispatcherImpl> m_eventDispatcher; +}; } // namespace WebKit |