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

Unified Diff: Source/modules/filesystem/HTMLInputElementFileSystem.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/HTMLInputElementFileSystem.cpp
diff --git a/Source/modules/filesystem/HTMLInputElementFileSystem.cpp b/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
index b2ec90a253459c04280b93342e2d8d37a3a97a9d..3bf924c565105fd307dba11319bd0a26ae42a7fa 100644
--- a/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
+++ b/Source/modules/filesystem/HTMLInputElementFileSystem.cpp
@@ -41,7 +41,7 @@
#include "platform/FileMetadata.h"
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
// static
EntryHeapVector HTMLInputElementFileSystem::webkitEntries(ExecutionContext* executionContext, HTMLInputElement& input)
@@ -84,4 +84,4 @@ HTMLInputElementFileSystem::~HTMLInputElementFileSystem()
{
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/filesystem/HTMLInputElementFileSystem.h ('k') | Source/modules/filesystem/InspectorFileSystemAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698