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

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

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.cc
diff --git a/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc
index 20b5a73ae6f2a0ddd1ee66e11e4a2e0c29c97748..59a28ce74a715b54521f9123da76a641ef0939ce 100644
--- a/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc
+++ b/chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.cc
@@ -15,12 +15,11 @@
namespace sync_file_system {
namespace drive_backend {
-LocalSyncDelegate::LocalSyncDelegate(
- DriveFileSyncService* sync_service,
- const FileChange& local_change,
- const base::FilePath& local_path,
- const SyncFileMetadata& local_metadata,
- const fileapi::FileSystemURL& url)
+LocalSyncDelegate::LocalSyncDelegate(DriveFileSyncService* sync_service,
+ const FileChange& local_change,
+ const base::FilePath& local_path,
+ const SyncFileMetadata& local_metadata,
+ const storage::FileSystemURL& url)
: sync_service_(sync_service),
operation_(SYNC_OPERATION_NONE),
url_(url),
@@ -29,7 +28,8 @@ LocalSyncDelegate::LocalSyncDelegate(
local_metadata_(local_metadata),
has_drive_metadata_(false),
has_remote_change_(false),
- weak_factory_(this) {}
+ weak_factory_(this) {
+}
LocalSyncDelegate::~LocalSyncDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698