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

Side by Side Diff: chrome/browser/sync_file_system/drive_backend_v1/local_sync_delegate.h

Issue 23787003: [SyncFS] Move SyncFS V1 files from drive_backend to drive_backend_v1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move back metadata_db_migration_util* Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_LOCAL_SYNC_DELEGATE_H_ 5 #ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_LOCAL_SYNC_DELEGATE_H_
6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_LOCAL_SYNC_DELEGATE_H_ 6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_LOCAL_SYNC_DELEGATE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "chrome/browser/sync_file_system/drive_backend/drive_file_sync_service. h" 12 #include "chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_servi ce.h"
13 #include "chrome/browser/sync_file_system/file_change.h" 13 #include "chrome/browser/sync_file_system/file_change.h"
14 #include "chrome/browser/sync_file_system/sync_callbacks.h" 14 #include "chrome/browser/sync_file_system/sync_callbacks.h"
15 #include "chrome/browser/sync_file_system/sync_file_metadata.h" 15 #include "chrome/browser/sync_file_system/sync_file_metadata.h"
16 #include "chrome/browser/sync_file_system/sync_file_system.pb.h" 16 #include "chrome/browser/sync_file_system/sync_file_system.pb.h"
17 #include "webkit/browser/fileapi/file_system_url.h" 17 #include "webkit/browser/fileapi/file_system_url.h"
18 18
19 namespace sync_file_system { 19 namespace sync_file_system {
20 20
21 class ConflictResolutionResolver; 21 class ConflictResolutionResolver;
22 class DriveMetadataStore; 22 class DriveMetadataStore;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 std::string origin_resource_id_; 136 std::string origin_resource_id_;
137 137
138 base::WeakPtrFactory<LocalSyncDelegate> weak_factory_; 138 base::WeakPtrFactory<LocalSyncDelegate> weak_factory_;
139 139
140 DISALLOW_COPY_AND_ASSIGN(LocalSyncDelegate); 140 DISALLOW_COPY_AND_ASSIGN(LocalSyncDelegate);
141 }; 141 };
142 142
143 } // namespace drive_backend 143 } // namespace drive_backend
144 } // namespace sync_file_system 144 } // namespace sync_file_system
145 145
146 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_LOCAL_SYNC_DELEGATE_H_ 146 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_V1_LOCAL_SYNC_DELEGATE_ H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698