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

Unified Diff: Source/platform/FileMetadata.cpp

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/FileMetadata.h ('k') | Source/platform/FileSystemType.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/FileMetadata.h ('k') | Source/platform/FileSystemType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698