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

Unified Diff: Source/modules/filesystem/InspectorFrontendHostFileSystem.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/InspectorFrontendHostFileSystem.cpp
diff --git a/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp b/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
index 8c7c8ee559638801e12b8634b620d7372c1ba7d9..2ca6e9bb634ff756318a84bbdafa1335fc2a7b46 100644
--- a/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
+++ b/Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp
@@ -12,7 +12,7 @@
#include "modules/filesystem/DOMFileSystem.h"
#include "platform/JSONValues.h"
-namespace WebCore {
+namespace blink {
DOMFileSystem* InspectorFrontendHostFileSystem::isolatedFileSystem(InspectorFrontendHost& host, const String& fileSystemName, const String& rootURL)
{
@@ -36,4 +36,4 @@ InspectorFrontendHostFileSystem::InspectorFrontendHostFileSystem() { }
InspectorFrontendHostFileSystem::~InspectorFrontendHostFileSystem() { }
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/filesystem/InspectorFrontendHostFileSystem.h ('k') | Source/modules/filesystem/LocalFileSystem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698