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

Unified Diff: Source/web/LocalFileSystemClient.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/LocalFileSystemClient.h ('k') | Source/web/MIDIClientProxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/LocalFileSystemClient.cpp
diff --git a/Source/web/LocalFileSystemClient.cpp b/Source/web/LocalFileSystemClient.cpp
index 771279262cb00f0c9d17d71dcb4f62312b6f7468..69d412cf8182e79a94133ebf6352b1f466ec34aa 100644
--- a/Source/web/LocalFileSystemClient.cpp
+++ b/Source/web/LocalFileSystemClient.cpp
@@ -46,7 +46,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
PassOwnPtr<FileSystemClient> LocalFileSystemClient::create()
{
@@ -61,7 +61,7 @@ bool LocalFileSystemClient::allowFileSystem(ExecutionContext* context)
{
Document* document = toDocument(context);
WebFrameImpl* webFrame = WebFrameImpl::fromFrame(document->frame());
- WebKit::WebViewImpl* webView = webFrame->viewImpl();
+ blink::WebViewImpl* webView = webFrame->viewImpl();
return !webView->permissionClient() || webView->permissionClient()->allowFileSystem(webFrame);
}
@@ -70,4 +70,4 @@ LocalFileSystemClient::LocalFileSystemClient()
{
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/LocalFileSystemClient.h ('k') | Source/web/MIDIClientProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698