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

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_backend_util.h

Issue 71183002: Implement SyncEngine::DumpFiles() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check has_synced_details Created 7 years, 1 month 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/drive_backend_util.h
diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
index 240bfcf472e124ef87f9a5a0d9183ff2685254da..cacd5bd8a6387501d9a8458203fead86b4b453f6 100644
--- a/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
+++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_util.h
@@ -43,6 +43,8 @@ scoped_ptr<FileMetadata> CreateFileMetadataFromChangeResource(
// IO-allowed thread.
webkit_blob::ScopedFile CreateTemporaryFile();
+std::string FileKindToString(int file_kind);
tzik 2013/11/13 07:27:44 s/int/FileKind/?
keishi 2013/11/13 07:47:03 Done.
+
} // namespace drive_backend
} // namespace sync_file_system

Powered by Google App Engine
This is Rietveld 408576698