| Index: public/web/WebStorageEventDispatcher.h
|
| diff --git a/public/web/WebStorageEventDispatcher.h b/public/web/WebStorageEventDispatcher.h
|
| index 32f260d4298ff45f59d18d0d4ab995bd547fae5b..20c656874ed37de1bf5b5e140a02e1c9910f2e3c 100644
|
| --- a/public/web/WebStorageEventDispatcher.h
|
| +++ b/public/web/WebStorageEventDispatcher.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebStorageArea;
|
| class WebStorageNamespace;
|
| @@ -59,6 +59,6 @@ public:
|
| WebStorageEventDispatcher() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebStorageEventDispatcher_h
|
|
|