| Index: public/web/WebDOMFileSystem.h
|
| diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h
|
| index d7079214f2b4e17257d368e7f68e6c8d73e7a758..b69d3d494674f372de0f4887e3b3d4d2b55ee0cc 100644
|
| --- a/public/web/WebDOMFileSystem.h
|
| +++ b/public/web/WebDOMFileSystem.h
|
| @@ -43,7 +43,7 @@ template <class T> class Handle;
|
|
|
| namespace WebCore { class DOMFileSystem; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebDOMFileSystem {
|
| public:
|
| @@ -78,6 +78,6 @@ private:
|
| WebPrivatePtr<WebCore::DOMFileSystem> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebDOMFileSystem_h
|
|
|