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

Unified Diff: Source/modules/filesystem/DOMFilePath.cpp

Issue 403013002: Rename WebCore to blink in Modules (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/modules/filesystem/DOMFilePath.h ('k') | Source/modules/filesystem/DOMFileSystem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DOMFilePath.cpp
diff --git a/Source/modules/filesystem/DOMFilePath.cpp b/Source/modules/filesystem/DOMFilePath.cpp
index 8016c927c6e402790d303b2de35ae15daeb34cb9..003f66055e685d2339014331ca8837a23055d154 100644
--- a/Source/modules/filesystem/DOMFilePath.cpp
+++ b/Source/modules/filesystem/DOMFilePath.cpp
@@ -35,7 +35,7 @@
#include "wtf/text/CString.h"
#include "wtf/text/StringBuilder.h"
-namespace WebCore {
+namespace blink {
const char DOMFilePath::separator = '/';
const char DOMFilePath::root[] = "/";
@@ -144,4 +144,4 @@ bool DOMFilePath::isValidName(const String& name)
return isValidPath(name);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/filesystem/DOMFilePath.h ('k') | Source/modules/filesystem/DOMFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698