Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1222)

Unified Diff: Source/platform/FileMetadata.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/FileChooser.cpp ('k') | Source/platform/FileMetadata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/FileChooser.cpp ('k') | Source/platform/FileMetadata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698