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

Unified Diff: Source/modules/filesystem/DOMWindowFileSystem.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
Index: Source/modules/filesystem/DOMWindowFileSystem.cpp
diff --git a/Source/modules/filesystem/DOMWindowFileSystem.cpp b/Source/modules/filesystem/DOMWindowFileSystem.cpp
index 99e1e8579e467e362eb5a383e692d5b8e6b0f06b..b182dc2d4461f2c1ab1a8506c5e7e1b4f6a70320 100644
--- a/Source/modules/filesystem/DOMWindowFileSystem.cpp
+++ b/Source/modules/filesystem/DOMWindowFileSystem.cpp
@@ -38,7 +38,7 @@
#include "platform/FileSystemType.h"
#include "platform/weborigin/SecurityOrigin.h"
-namespace WebCore {
+namespace blink {
DOMWindowFileSystem::DOMWindowFileSystem()
{
@@ -98,4 +98,4 @@ void DOMWindowFileSystem::webkitResolveLocalFileSystemURL(LocalDOMWindow& window
COMPILE_ASSERT(static_cast<int>(DOMWindowFileSystem::TEMPORARY) == static_cast<int>(FileSystemTypeTemporary), enum_mismatch);
COMPILE_ASSERT(static_cast<int>(DOMWindowFileSystem::PERSISTENT) == static_cast<int>(FileSystemTypePersistent), enum_mismatch);
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/filesystem/DOMWindowFileSystem.h ('k') | Source/modules/filesystem/DataTransferItemFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698