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

Unified Diff: webkit/chromeos/fileapi/cros_mount_point_provider.cc

Issue 10870040: Rename FileSystemOperationInterface to FileSystemOperation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
Index: webkit/chromeos/fileapi/cros_mount_point_provider.cc
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.cc b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
index 20c1c52679b389a6f56e6dd3e34f2cf8381ffc0f..dd303d51913aae42b44cec09be7f06baac2dc0b1 100644
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.cc
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.cc
@@ -215,7 +215,7 @@ FilePath CrosMountPointProvider::GetPathForPermissionsCheck(
return virtual_path;
}
-fileapi::FileSystemOperationInterface*
+fileapi::FileSystemOperation*
CrosMountPointProvider::CreateFileSystemOperation(
tzik 2012/08/23 14:29:34 ditto?
kinuko 2012/08/24 06:20:54 Done.
const fileapi::FileSystemURL& url,
fileapi::FileSystemContext* context) const {

Powered by Google App Engine
This is Rietveld 408576698