| Index: Source/platform/FileMetadata.cpp
|
| diff --git a/Source/platform/FileMetadata.cpp b/Source/platform/FileMetadata.cpp
|
| index 4bcdcbc35cf132d0178aab61811d9fa82afd287e..54712721048b60a98ab1d38fe0c335cf7527df76 100644
|
| --- a/Source/platform/FileMetadata.cpp
|
| +++ b/Source/platform/FileMetadata.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "public/platform/WebFileInfo.h"
|
| #include "public/platform/WebFileUtilities.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| bool getFileSize(const String& path, long long& result)
|
| {
|
| @@ -76,4 +76,4 @@ KURL filePathToURL(const String& path)
|
| return blink::Platform::current()->fileUtilities()->filePathToURL(path);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|