| Index: public/web/WebDOMFileSystem.h
|
| diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h
|
| index 6af71cfe00d6e0abe104259ffb6258c5f9237a5a..e647546b94aee38b130093d9b5a46ebb26e7e62f 100644
|
| --- a/public/web/WebDOMFileSystem.h
|
| +++ b/public/web/WebDOMFileSystem.h
|
| @@ -48,7 +48,7 @@ class Value;
|
| template <class T> class Handle;
|
| }
|
|
|
| -namespace WebCore { class DOMFileSystem; }
|
| +namespace blink { class DOMFileSystem; }
|
|
|
| namespace blink {
|
|
|
| @@ -102,12 +102,12 @@ public:
|
| bool isNull() const { return m_private.isNull(); }
|
|
|
| #if BLINK_IMPLEMENTATION
|
| - WebDOMFileSystem(WebCore::DOMFileSystem*);
|
| - WebDOMFileSystem& operator=(WebCore::DOMFileSystem*);
|
| + WebDOMFileSystem(blink::DOMFileSystem*);
|
| + WebDOMFileSystem& operator=(blink::DOMFileSystem*);
|
| #endif
|
|
|
| private:
|
| - WebPrivatePtr<WebCore::DOMFileSystem> m_private;
|
| + WebPrivatePtr<blink::DOMFileSystem> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|