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

Unified Diff: webkit/browser/fileapi/cross_operation_delegate.cc

Issue 15754005: Fix dependency: make file_system_util not depend on FileSystemURL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « no previous file | webkit/browser/fileapi/local_file_system_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/fileapi/cross_operation_delegate.cc
diff --git a/webkit/browser/fileapi/cross_operation_delegate.cc b/webkit/browser/fileapi/cross_operation_delegate.cc
index 308651fc5dfc859bd74311824a3290bb9a34ecff..7c1c7d6feb25b1f83cb9aa86f469e62b4f3b9456 100644
--- a/webkit/browser/fileapi/cross_operation_delegate.cc
+++ b/webkit/browser/fileapi/cross_operation_delegate.cc
@@ -30,7 +30,7 @@ CrossOperationDelegate::CrossOperationDelegate(
operation_type_(operation_type),
callback_(callback),
src_root_operation_(src_root_operation.Pass()) {
- same_file_system_ = AreSameFileSystem(src_root_, dest_root_);
+ same_file_system_ = src_root_.IsInSameFileSystem(dest_root_);
}
CrossOperationDelegate::~CrossOperationDelegate() {
« no previous file with comments | « no previous file | webkit/browser/fileapi/local_file_system_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698