| Index: Source/modules/filesystem/DOMFilePath.h
|
| diff --git a/Source/modules/filesystem/DOMFilePath.h b/Source/modules/filesystem/DOMFilePath.h
|
| index 8ce0cf64f9765db967480e2aaa6637a8f018910c..92a9f5fa153a85f8b48f74532290742e69b4c743 100644
|
| --- a/Source/modules/filesystem/DOMFilePath.h
|
| +++ b/Source/modules/filesystem/DOMFilePath.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // DOMFileSystem path utilities. All methods in this class are static.
|
| class DOMFilePath {
|
| @@ -79,6 +79,6 @@ private:
|
| DOMFilePath() { }
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMFilePath_h
|
|
|