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

Unified Diff: Source/platform/exported/WebFileSystemCallbacks.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/exported/WebData.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebFileSystemCallbacks.cpp
diff --git a/Source/platform/exported/WebFileSystemCallbacks.cpp b/Source/platform/exported/WebFileSystemCallbacks.cpp
index b57a84fee25948a3ada8e7942c3dd41d22075e3b..dc24ed797bbcf90e7efd93efc66cec147ee06219 100644
--- a/Source/platform/exported/WebFileSystemCallbacks.cpp
+++ b/Source/platform/exported/WebFileSystemCallbacks.cpp
@@ -42,7 +42,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-using namespace WebCore;
+using namespace blink;
namespace blink {
@@ -131,7 +131,7 @@ void WebFileSystemCallbacks::didOpenFileSystem(const WebString& name, const WebU
void WebFileSystemCallbacks::didResolveURL(const WebString& name, const WebURL& rootURL, WebFileSystemType type, const WebString& filePath, bool isDirectory)
{
ASSERT(!m_private.isNull());
- m_private->callbacks()->didResolveURL(name, rootURL, static_cast<WebCore::FileSystemType>(type), filePath, isDirectory);
+ m_private->callbacks()->didResolveURL(name, rootURL, static_cast<blink::FileSystemType>(type), filePath, isDirectory);
m_private.reset();
}
« no previous file with comments | « Source/platform/exported/WebData.cpp ('k') | Source/platform/exported/WebHTTPBody.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698