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

Unified Diff: Source/modules/filesystem/FileSystemClient.h

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
« no previous file with comments | « Source/modules/filesystem/FileSystemCallbacks.cpp ('k') | Source/modules/filesystem/FileSystemFlags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileSystemClient.h
diff --git a/Source/modules/filesystem/FileSystemClient.h b/Source/modules/filesystem/FileSystemClient.h
index f47893b37a4982c9dced9f19acd83657d2a369bf..ce9a56fed69746a8d999c063df290f14b1a4df81 100644
--- a/Source/modules/filesystem/FileSystemClient.h
+++ b/Source/modules/filesystem/FileSystemClient.h
@@ -35,7 +35,7 @@
#include "wtf/Forward.h"
#include "wtf/Noncopyable.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class LocalFrame;
@@ -49,13 +49,13 @@ public:
virtual ~FileSystemClient() { }
virtual bool requestFileSystemAccessSync(ExecutionContext*) = 0;
- virtual void requestFileSystemAccessAsync(ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) = 0;
+ virtual void requestFileSystemAccessAsync(ExecutionContext*, PassOwnPtr<blink::PermissionCallbacks>) = 0;
};
void provideLocalFileSystemTo(LocalFrame&, PassOwnPtr<FileSystemClient>);
void provideLocalFileSystemToWorker(WorkerClients*, PassOwnPtr<FileSystemClient>);
-} // namespace WebCore
+} // namespace blink
#endif // FileSystemClient_h
« no previous file with comments | « Source/modules/filesystem/FileSystemCallbacks.cpp ('k') | Source/modules/filesystem/FileSystemFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698