| Index: Source/platform/FileMetadata.h
|
| diff --git a/Source/platform/FileMetadata.h b/Source/platform/FileMetadata.h
|
| index 915880749bb5dd8194321be3f751bb9334237686..924082dcb7e31dc8feb025293ea161f323ec9897 100644
|
| --- a/Source/platform/FileMetadata.h
|
| +++ b/Source/platform/FileMetadata.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <time.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| inline double invalidFileTime() { return std::numeric_limits<double>::quiet_NaN(); }
|
| inline bool isValidFileTime(double time) { return std::isfinite(time); }
|
| @@ -69,6 +69,6 @@ PLATFORM_EXPORT bool getFileMetadata(const String&, FileMetadata&);
|
| PLATFORM_EXPORT String directoryName(const String&);
|
| PLATFORM_EXPORT KURL filePathToURL(const String&);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FileMetadata_h
|
|
|