| Index: Source/modules/filesystem/DOMWindowFileSystem.h
|
| diff --git a/Source/modules/filesystem/DOMWindowFileSystem.h b/Source/modules/filesystem/DOMWindowFileSystem.h
|
| index d852426182bebb6396cbdec5941523ed0440e5dc..b8d31f01e5d336d169252b261f2c17bb360b1318 100644
|
| --- a/Source/modules/filesystem/DOMWindowFileSystem.h
|
| +++ b/Source/modules/filesystem/DOMWindowFileSystem.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class LocalDOMWindow;
|
| class EntryCallback;
|
| @@ -52,6 +52,6 @@ private:
|
| ~DOMWindowFileSystem();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWindowFileSystem_h
|
|
|