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

Unified Diff: chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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: chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h
index e01cc29e2688e94254f369b68eac1e7b454f929a..3629507aacf49be948ab8084c7cd9d6ce2b15ce3 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h
+++ b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h
@@ -14,7 +14,7 @@
#include "chrome/browser/sync_file_system/sync_callbacks.h"
#include "chrome/browser/sync_file_system/sync_file_metadata.h"
#include "chrome/browser/sync_file_system/sync_file_system.pb.h"
-#include "webkit/browser/fileapi/file_system_url.h"
+#include "storage/browser/fileapi/file_system_url.h"
namespace sync_file_system {
@@ -37,7 +37,7 @@ class LocalSyncDelegate {
const FileChange& change,
const base::FilePath& local_file_path,
const SyncFileMetadata& local_file_metadata,
- const fileapi::FileSystemURL& url);
+ const storage::FileSystemURL& url);
~LocalSyncDelegate();
void Run(const SyncStatusCallback& callback);
@@ -124,7 +124,7 @@ class LocalSyncDelegate {
SyncOperationType operation_;
- fileapi::FileSystemURL url_;
+ storage::FileSystemURL url_;
FileChange local_change_;
base::FilePath local_path_;
SyncFileMetadata local_metadata_;

Powered by Google App Engine
This is Rietveld 408576698