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

Unified Diff: public/platform/WebFileSystem.h

Issue 401973003: Rename WebCore namespace to blink in Public (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 | « public/platform/WebDragData.h ('k') | public/platform/WebFileSystemCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFileSystem.h
diff --git a/public/platform/WebFileSystem.h b/public/platform/WebFileSystem.h
index 3e7ec5986d9f0fbdc66b6723eb4c51c5be30d883..7311ddc600f499649df23df0420fb71e130996df 100644
--- a/public/platform/WebFileSystem.h
+++ b/public/platform/WebFileSystem.h
@@ -148,7 +148,7 @@ public:
// In local filesystem cases the backend may simply return the metadata of the file itself (as well as readMetadata does), while in
// remote filesystem case the backend may download the file into a temporary snapshot file and return the metadata of the temporary file.
// The returned metadata is used to create a File object for the |path|.
- // The snapshot file is supposed to be deleted when the last reference to a WebCore::File referring to it's path is dropped.
+ // The snapshot file is supposed to be deleted when the last reference to a blink::File referring to it's path is dropped.
// WebFileSystemCallbacks::didCreateSnapshotFile() with the metadata of the snapshot file must be called when the operation is completed successfully.
// WebFileSystemCallbacks::didFail() must be called otherwise.
virtual void createSnapshotFileAndReadMetadata(const WebURL& path, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
« no previous file with comments | « public/platform/WebDragData.h ('k') | public/platform/WebFileSystemCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698