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

Unified Diff: Source/web/LocalFileSystemClient.h

Issue 398673003: Rename WebCore namespace to blink in bindings and web (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/web/LinkHighlight.cpp ('k') | Source/web/LocalFileSystemClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/LocalFileSystemClient.h
diff --git a/Source/web/LocalFileSystemClient.h b/Source/web/LocalFileSystemClient.h
index bc255f0e6fbe3732cfcaf8512b14c4e89a75bf2b..8a155922c18e2a5fbb93047ddfc893a8c5eaa6c3 100644
--- a/Source/web/LocalFileSystemClient.h
+++ b/Source/web/LocalFileSystemClient.h
@@ -36,14 +36,14 @@
namespace blink {
-class LocalFileSystemClient FINAL : public WebCore::FileSystemClient {
+class LocalFileSystemClient FINAL : public blink::FileSystemClient {
public:
static PassOwnPtr<FileSystemClient> create();
virtual ~LocalFileSystemClient();
- virtual bool requestFileSystemAccessSync(WebCore::ExecutionContext*) OVERRIDE;
- virtual void requestFileSystemAccessAsync(WebCore::ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) OVERRIDE;
+ virtual bool requestFileSystemAccessSync(blink::ExecutionContext*) OVERRIDE;
+ virtual void requestFileSystemAccessAsync(blink::ExecutionContext*, PassOwnPtr<blink::PermissionCallbacks>) OVERRIDE;
private:
LocalFileSystemClient();
« no previous file with comments | « Source/web/LinkHighlight.cpp ('k') | Source/web/LocalFileSystemClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698