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

Unified Diff: chrome/browser/sync_file_system/drive_metadata_store.h

Issue 12389017: Added function DeleteOriginDirectory to RemoteFileSyncService interface that removes the remote cop… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase for commit Created 7 years, 10 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_metadata_store.h
diff --git a/chrome/browser/sync_file_system/drive_metadata_store.h b/chrome/browser/sync_file_system/drive_metadata_store.h
index be983ca5a0599c99825b141baedb0d2410c51637..6625cdd1f9e697dd2d0d92be064c3d2cebd90b59 100644
--- a/chrome/browser/sync_file_system/drive_metadata_store.h
+++ b/chrome/browser/sync_file_system/drive_metadata_store.h
@@ -67,7 +67,7 @@ class DriveMetadataStore
// Lookups and reads the database entry for |url|.
SyncStatusCode ReadEntry(const fileapi::FileSystemURL& url,
- DriveMetadata* metadata) const;
+ DriveMetadata* metadata) const;
// Returns true if |origin| is a batch sync origin, i.e. the origin's entire
// file list hasn't been fully fetched and processed yet.
@@ -99,7 +99,7 @@ class DriveMetadataStore
SyncStatusCode GetConflictURLs(
fileapi::FileSystemURLSet* urls) const;
- // Returns a set of URLs and Resource IDs for files te be fetched.
+ // Returns a set of URLs and Resource IDs for files to be fetched.
SyncStatusCode GetToBeFetchedFiles(URLAndResourceIdList* list) const;
// Returns resource id for |origin|. |origin| must be a batch sync origin or

Powered by Google App Engine
This is Rietveld 408576698